From 626785209095f8afb1af65a4a0406b2683560e94 Mon Sep 17 00:00:00 2001 From: pranomostro Date: Sun, 9 Jul 2017 13:42:33 +0200 Subject: Clarified error message for missing flag. --- ratox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ratox.c') 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') { -- cgit v1.2.3