diff options
Diffstat (limited to 'blabouncer.c')
-rw-r--r-- | blabouncer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blabouncer.c b/blabouncer.c index 64b6f36..1c61336 100644 --- a/blabouncer.c +++ b/blabouncer.c @@ -806,6 +806,7 @@ void dochat(int *serversockfd, int *clientsockfd, struct settings *settings) { } debugprint(DEBUG_FULL, "dochat(): stdin: '%s' not processed as a command, sending to server.\n", outgoingmsg); + printf("'%s' not processed as a command, sending to server.\n", outgoingmsg); // sourcefd = 0 as this is a trusted message sendtoserver(server_ssl, outgoingmsg, strlen(outgoingmsg), 0, clients, settings); continue; |