- Added buildconf.pri to hold the master-level build options.
[qtrapids] / src / engine / AlertWaiterThread.cpp
index 971967c..4f18636 100644 (file)
@@ -58,7 +58,9 @@ void AlertWaiterThread::run()
        Alert const *alertTemp = NULL;
        while (true)
        {
+#ifdef QTRAPIDS_DEBUG
                qDebug() << "AlertWaiter running";
+#endif
                // wait_for_alert() call blocks. Returns libtorrent alert. 
                // Returns NULL, if no alerts in timeout period.
                alertTemp = btSession_->wait_for_alert(ALERT_WAIT_TIMEOUT);