summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ratox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ratox.c b/ratox.c
index 1117805..44a185b 100644
--- a/ratox.c
+++ b/ratox.c
@@ -1937,7 +1937,7 @@ newconf(void *data)
input[n] = '\0';
if(!((input[0] == 't' || input[0] == 'a' || input[0] == 'v') && input[1] == ' ')) {
dprintf(gslots[CONF].fd[ERR], "No flag t|a|v found in input \"%s\"\n", input);
- weprintf("No flag found in input\n");
+ weprintf("No flag t|a|v found in input\n");
return;
}
if(input[0] == 'a' || input[0] == 'v') {