Silence the very noisy 'Interrupted CtdlThreadSelect'
authorWilfried Goesgens <dothebart@citadel.org>
Thu, 1 Sep 2011 16:37:33 +0000 (16:37 +0000)
committerWilfried Goesgens <dothebart@citadel.org>
Thu, 1 Sep 2011 16:37:33 +0000 (16:37 +0000)
citadel/sysdep.c

index e9b7ad1749fdb6b9d895939506185d077e3ddc2a..0078a161b811a5c307481dc5eba4019d8f409828 100644 (file)
@@ -1324,7 +1324,9 @@ do_select:        force_purge = 0;
                                CtdlThreadStopAll();
                                continue;
                        } else {
+#if 0
                                CtdlLogPrintf(CTDL_DEBUG, "Interrupted CtdlThreadSelect.\n");
+#endif
                                if (CtdlThreadCheckStop()) return(NULL);
                                goto do_select;
                        }
@@ -1465,7 +1467,9 @@ void *select_on_master (void *arg)
                                CtdlLogPrintf(CTDL_EMERG, "Exiting (%s)\n", strerror(errno));
                                CtdlThreadStopAll();
                        } else {
+#if 0
                                CtdlLogPrintf(CTDL_DEBUG, "Interrupted CtdlThreadSelect.\n");
+#endif
                                if (CtdlThreadCheckStop()) return(NULL);
                                continue;
                        }