projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0850783
)
i18n, fix typo, better logging
author
Christian Grothoff
<christian@grothoff.org>
Sat, 15 Sep 2018 18:40:10 +0000
(20:40 +0200)
committer
Christian Grothoff
<christian@grothoff.org>
Sat, 15 Sep 2018 18:40:10 +0000
(20:40 +0200)
src/util/common_logging.c
patch
|
blob
|
history
diff --git
a/src/util/common_logging.c
b/src/util/common_logging.c
index be2e084b5a8827a362dbe2069db9e828d3767f68..f9f767daaf66ccd56b8049b4a196dad90a172beb 100644
(file)
--- a/
src/util/common_logging.c
+++ b/
src/util/common_logging.c
@@
-627,7
+627,9
@@
parse_definitions (const char *constname, int force)
}
break;
default:
- fprintf(stderr, "ERROR: Unable to parse log defintion: Syntax error.\n");
+ fprintf(stderr,
+ _("ERROR: Unable to parse log definition: Syntax error at `%s'.\n"),
+ p);
break;
}
start = p + 1;
@@
-655,7
+657,9
@@
parse_definitions (const char *constname, int force)
start = p + 1;
break;
default:
- fprintf(stderr, "ERROR: Unable to parse log defintion: Syntax error.\n");
+ fprintf(stderr,
+ _("ERROR: Unable to parse log definition: Syntax error at `%s'.\n"),
+ p);
break;
}
default: