]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-log: move logging call where we can still see it
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 3 Aug 2021 14:09:52 +0000 (16:09 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 7 Aug 2021 06:50:27 +0000 (08:50 +0200)
commit169d980bc86ccec7923578bf12cab23178dfa1de
treec7f8be892965f4c2be946c2ae1b0d5bce2d6d45e
parent700ea5048266ae0c0783bc6127adf531be2f871a
test-log: move logging call where we can still see it

We crank the level up in the loop, so we wouldn't see message
from log_info_errno().

Also move the loop iterator declaration inline.
src/test/test-log.c