]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Changed error message
authorTimo Sirainen <tss@iki.fi>
Sat, 5 Jun 2004 19:09:14 +0000 (22:09 +0300)
committerTimo Sirainen <tss@iki.fi>
Sat, 5 Jun 2004 19:09:14 +0000 (22:09 +0300)
--HG--
branch : HEAD

src/lib-settings/settings.c

index 84946828c76d89d183115f1ba295a8092aa490d1..ecdbcea573ab39e39c23b4b7f7604feb738d792b 100644 (file)
@@ -180,7 +180,7 @@ int settings_read(const char *path, const char *section,
                        }
 
                        if (*line != '{')
-                               errormsg = "Missing value";
+                               errormsg = "Expecting '='";
                        else {
                                sections++;
                                if (next_section != NULL &&