From 2eeaf99dcfe8ea284ea768523e7e74b3b6d38024 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 12 Jan 2006 04:40:15 +0000
Subject: [PATCH] Added a bit of debug output when inbound QWK packets are
 detected.

---
 src/sbbs3/main.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sbbs3/main.cpp b/src/sbbs3/main.cpp
index 7dd3e83733..580c63efe6 100644
--- a/src/sbbs3/main.cpp
+++ b/src/sbbs3/main.cpp
@@ -1924,6 +1924,7 @@ 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 */
 						delfiles(sbbs->cfg.temp_dir,ALLFILES);
 						sbbs->online=ON_LOCAL;
-- 
GitLab