]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: drop redundant log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 27 May 2022 04:37:27 +0000 (13:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 29 May 2022 19:17:54 +0000 (04:17 +0900)
src/test/test-mountpoint-util.c

index 3c2523006a4e55ef9034b750e3722bb064120285..6f9e68f4d99297708ad3ec2c10070c52c2dca625 100644 (file)
@@ -54,8 +54,6 @@ TEST(mnt_id) {
         void *k;
         int r;
 
-        log_info("/* %s */", __func__);
-
         assert_se(f = fopen("/proc/self/mountinfo", "re"));
         assert_se(h = hashmap_new(&trivial_hash_ops));