tClarified error message for missing flag. - ratox - FIFO based tox client
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 626785209095f8afb1af65a4a0406b2683560e94
(DIR) parent f7a953ff973a632f4afa4914482052c2ad8ee300
(HTM) Author: pranomostro <pranomostro@posteo.net>
Date: Sun, 9 Jul 2017 13:42:33 +0200
Clarified error message for missing flag.
Diffstat:
M ratox.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/ratox.c b/ratox.c
t@@ -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') {