From 11f99dac7b6b4dd1a619a7dbe8be121e5ec56b06 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Tue, 9 Nov 2004 20:58:07 +0000
Subject: [PATCH] Removed extraneous LOG_DEBUG line.

---
 src/sbbs3/xtrn.cpp | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/sbbs3/xtrn.cpp b/src/sbbs3/xtrn.cpp
index bb8cc1b709..b0795ee0af 100644
--- a/src/sbbs3/xtrn.cpp
+++ b/src/sbbs3/xtrn.cpp
@@ -1566,7 +1566,7 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
 	}
 
 	if(!(mode&EX_INR) && input_thread_running) {
-		lprintf(LOG_DEBUG,"%s %d",__FILE__,__LINE__); 
+		lprintf(LOG_DEBUG,"Locking input thread mutex"); 
 		if(pthread_mutex_lock(&input_thread_mutex)!=0)
 			errormsg(WHERE,ERR_LOCK,"input_thread_mutex",0);
 		input_thread_mutex_locked=true;
@@ -1606,7 +1606,6 @@ int sbbs_t::external(const char* cmdline, long mode, const char* startup_dir)
 		out_pipe[0]=in_pipe[1];
 	}
 	else  {
-		lprintf(LOG_DEBUG,"%s %d",__FILE__,__LINE__); 
 		if(mode&EX_INR)
 			if(pipe(in_pipe)!=0) {
 				errormsg(WHERE,ERR_CREATE,"in_pipe",0);
-- 
GitLab