]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Put modulename in quotes when complaining about its non-existence
authorDennis Schridde <devurandom@gmx.net>
Thu, 10 Feb 2011 13:58:43 +0000 (14:58 +0100)
committerDennis Schridde <devurandom@gmx.net>
Thu, 10 Feb 2011 13:58:43 +0000 (14:58 +0100)
src/lib/module-dir.c

index e369b044c61a3c9c386bc84801cad8b35724321f..e99d8fa54fddc46b5bf19935e59ecf5564d87026 100644 (file)
@@ -432,7 +432,7 @@ module_dir_load_real(struct module *old_modules,
                /* 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);
                        }
                }