]> git.ipfire.org Git - thirdparty/systemd.git/commit
test-fs-util: use log_info instead of printf 16468/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 14 Jul 2020 20:18:38 +0000 (22:18 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 14 Jul 2020 20:18:38 +0000 (22:18 +0200)
commitb56a877ef8851e53ccc47141b537736db135d389
treecd97b8b1b023a0285c1bdfd7b58a8ec40fd37a75
parenta318a5659a7065123eba60471af0e999f7329797
test-fs-util: use log_info instead of printf

The test is failing in koji, and the line from printf() does not end up
in the logs for some reason. log_info() works fine, so let's just use
that here too.
src/test/test-fs-util.c