dovecot-2.0-pigeonhole: Testsuite: fixed prefix of -E option inf...
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Wed Feb 9 21:38:50 EET 2011
details: http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/3c11b2ae95a0
changeset: 1473:3c11b2ae95a0
user: Stephan Bosch <stephan at rename-it.nl>
date: Wed Feb 09 19:38:58 2011 +0100
description:
Testsuite: fixed prefix of -E option info log output.
diffstat:
src/testsuite/testsuite-log.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r f74b3b46eb1a -r 3c11b2ae95a0 src/testsuite/testsuite-log.c
--- a/src/testsuite/testsuite-log.c Wed Feb 09 19:32:28 2011 +0100
+++ b/src/testsuite/testsuite-log.c Wed Feb 09 19:38:58 2011 +0100
@@ -114,10 +114,10 @@
if ( location == NULL || *location == '\0' )
fprintf(stdout,
- "LOG: warning: %s.\n", t_strdup_vprintf(fmt, args_copy));
+ "LOG: info: %s.\n", t_strdup_vprintf(fmt, args_copy));
else
fprintf(stdout,
- "LOG: warning: %s: %s.\n", location, t_strdup_vprintf(fmt, args_copy));
+ "LOG: info: %s: %s.\n", location, t_strdup_vprintf(fmt, args_copy));
}
msg.location = p_strdup(pool, location);
More information about the dovecot-cvs
mailing list