summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak2014-07-29 12:13:24 +0200
committerKarel Zak2014-07-29 12:13:24 +0200
commit7eec45f2d868b89aa3f9059aae1f340a099824d0 (patch)
tree4783675878593159d731f895ced931cfb8e92adf
parentlogger: require --{server,socket} to remote rfc542/rfc3164 log (diff)
downloadkernel-qcow2-util-linux-7eec45f2d868b89aa3f9059aae1f340a099824d0.tar.gz
kernel-qcow2-util-linux-7eec45f2d868b89aa3f9059aae1f340a099824d0.tar.xz
kernel-qcow2-util-linux-7eec45f2d868b89aa3f9059aae1f340a099824d0.zip
logger: fix untranslated message
Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--misc-utils/logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc-utils/logger.c b/misc-utils/logger.c
index b07edc20e..7b10df86a 100644
--- a/misc-utils/logger.c
+++ b/misc-utils/logger.c
@@ -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