]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
logger: fix untranslated message
authorKarel Zak <kzak@redhat.com>
Tue, 29 Jul 2014 10:13:24 +0000 (12:13 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Jul 2014 10:13:24 +0000 (12:13 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/logger.c

index b07edc20e9f7b4c372036ad662150479c14690a1..7b10df86a907506f5745df9afede0351bd3ee9fd 100644 (file)
@@ -675,7 +675,7 @@ int main(int argc, char **argv)
                if (stdin != jfd)
                        fclose(jfd);
                if (ret)
-                       errx(EXIT_FAILURE, "journald entry could not be wrote");
+                       errx(EXIT_FAILURE, _("journald entry could not be wrote"));
                return EXIT_SUCCESS;
        }
 #endif