aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index b6d03b030..eebd3752d 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -168,7 +168,7 @@ char ** readConf(char * file) {
numberOfArgs = buffer2array(string,&array);
if(numberOfArgs==0) continue;
if(2!=numberOfArgs) {
- ERROR("need two args in conf at: %s\n",string);
+ ERROR("improperly formated config line: %s\n",string);
exit(-1);
}
i = 0;