summaryrefslogtreecommitdiffhomepage
path: root/tracker-s2bot/ftnoir_tracker_s2bot.cpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-07-16 15:29:45 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-07-16 15:45:50 +0200
commit2394f475b1a247e503e87f321d2ae7295d626c54 (patch)
treeea995c16afe3251598e04c00767250475666be7d /tracker-s2bot/ftnoir_tracker_s2bot.cpp
parent162e61b38794215cec932395c6019289b8310249 (diff)
tracker/s2bot: reduce logspam
Related-to: #650
Diffstat (limited to 'tracker-s2bot/ftnoir_tracker_s2bot.cpp')
-rw-r--r--tracker-s2bot/ftnoir_tracker_s2bot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tracker-s2bot/ftnoir_tracker_s2bot.cpp b/tracker-s2bot/ftnoir_tracker_s2bot.cpp
index a2fb8152..e4dbc445 100644
--- a/tracker-s2bot/ftnoir_tracker_s2bot.cpp
+++ b/tracker-s2bot/ftnoir_tracker_s2bot.cpp
@@ -35,7 +35,7 @@ void tracker_s2bot::run() {
auto reply = m_nam->get(QNetworkRequest(QUrl("http://localhost:17317/poll")));
connect(reply, &QNetworkReply::finished, [this, reply]() {
if (reply->error() == QNetworkReply::NoError) {
- qDebug() << "Request submitted OK";
+ //qDebug() << "Request submitted OK";
}
else {
qWarning() << "Request bounced:" << reply->attribute(QNetworkRequest::HttpStatusCodeAttribute) << reply->errorString();