dovecot-2.0: Put modulename in quotes when complaining about its...
dovecot at dovecot.org
dovecot at dovecot.org
Thu Feb 10 22:49:03 EET 2011
details: http://hg.dovecot.org/dovecot-2.0/rev/723a26a7d328
changeset: 12595:723a26a7d328
user: Dennis Schridde <devurandom at gmx.net>
date: Thu Feb 10 14:58:43 2011 +0100
description:
Put modulename in quotes when complaining about its non-existence
diffstat:
src/lib/module-dir.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 08e4280e5bfd -r 723a26a7d328 src/lib/module-dir.c
--- a/src/lib/module-dir.c Thu Feb 10 03:03:28 2011 +0200
+++ b/src/lib/module-dir.c Thu Feb 10 14:58:43 2011 +0100
@@ -432,7 +432,7 @@
/* make sure all modules were found */
for (; *module_names != NULL; module_names++) {
if (**module_names != '\0') {
- i_fatal("Plugin %s not found from directory %s",
+ i_fatal("Plugin '%s' not found from directory %s",
*module_names, dir);
}
}
More information about the dovecot-cvs
mailing list