summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-17 20:35:15 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-08-17 20:35:15 (GMT)
commit41107649bba64d4a990d11c0f5c0fa33ed86b66c (patch)
tree87047a952823bf04eb36146c518804b3a3aa2e9d /unix/tclUnixNotfy.c
parente207e446ba28218e26621722ea930d52f421bcd5 (diff)
downloadtcl-41107649bba64d4a990d11c0f5c0fa33ed86b66c.zip
tcl-41107649bba64d4a990d11c0f5c0fa33ed86b66c.tar.gz
tcl-41107649bba64d4a990d11c0f5c0fa33ed86b66c.tar.bz2
remove superfluous fprintf to stderr.
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 398e13a..0493ee4 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -283,7 +283,6 @@ StartNotifierThread(void)
pthread_mutex_lock(&notifierInitMutex);
if (!notifierThreadRunning) {
- fprintf(stderr, "=== StartNotifierThread()\n");
if (TclpThreadCreate(&notifierThread, NotifierThreadProc, NULL,
TCL_THREAD_STACK_DEFAULT, TCL_THREAD_JOINABLE) != TCL_OK) {
Tcl_Panic("Tcl_InitNotifier: unable to start notifier thread");