From 5f0c129aaf48dd5108a028a82b2d6de1c1e55410 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Fri, 13 Jan 2006 08:22:17 +0000 Subject: [PATCH] Put the inbound QWK packet debug on the wrong line (whoops). --- src/sbbs3/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp index b9e893f5a2..8eb53089d1 100644 --- a/src/sbbs3/main.cpp +++ b/src/sbbs3/main.cpp @@ -1924,8 +1924,8 @@ void event_thread(void* arg) sprintf(str,"%s%s.q%c%c",sbbs->cfg.data_dir,sbbs->cfg.qhub[i]->id ,j>10 ? ((j-1)/10)+'0' : 'w' ,j ? ((j-1)%10)+'0' : 'k'); - eprintf(LOG_DEBUG,"Inbound QWK Packet detected: %s", str); if(fexistcase(str) && flength(str)>0) { /* silently ignore 0-byte QWK packets */ + eprintf(LOG_DEBUG,"Inbound QWK Packet detected: %s", str); delfiles(sbbs->cfg.temp_dir,ALLFILES); sbbs->online=ON_LOCAL; sbbs->console|=CON_L_ECHO; -- GitLab