]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-execute: fix %n typo (#4153)
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 15 Sep 2016 12:21:42 +0000 (08:21 -0400)
committerMartin Pitt <martin.pitt@ubuntu.com>
Thu, 15 Sep 2016 12:21:42 +0000 (14:21 +0200)
src/test/test-execute.c

index 1db7f7804194a06f08f4c433adbd336ec87a87a0..25489cefbc0ef82ea0b16a67afb33a94ced1181d 100644 (file)
@@ -324,7 +324,7 @@ static int run_tests(UnitFileScope scope, test_function_t *tests) {
 
         r = manager_new(scope, true, &m);
         if (MANAGER_SKIP_TEST(r)) {
-                log_notice_errno(r, "Skipping test: manager_new: %n");
+                log_notice_errno(r, "Skipping test: manager_new: %m");
                 return EXIT_TEST_SKIP;
         }
         assert_se(r >= 0);