summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHarald Musum <musum@yahoo-inc.com>2016-06-22 13:22:05 +0200
committerHarald Musum <musum@yahoo-inc.com>2016-06-22 13:22:05 +0200
commit0c4daa7d5f8c0937beb2618183627dd71627133b (patch)
tree022e1618f532e59c98d1e3baba13e8d1fc94e110 /filedistribution
parent6e89d1bd63edc795fe9d3283e90beb8b676ff90f (diff)
Log fastresume_rejected_alert at debug level
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/src/vespa/filedistribution/distributor/filedownloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/filedistribution/src/vespa/filedistribution/distributor/filedownloader.cpp b/filedistribution/src/vespa/filedistribution/distributor/filedownloader.cpp
index 57fae9df6ee..1af58514fb9 100644
--- a/filedistribution/src/vespa/filedistribution/distributor/filedownloader.cpp
+++ b/filedistribution/src/vespa/filedistribution/distributor/filedownloader.cpp
@@ -141,7 +141,7 @@ struct FileDownloader::EventHandler
BOOST_THROW_EXCEPTION(std::runtime_error(alert.message()));
}
void operator()(const libtorrent::fastresume_rejected_alert& alert) const {
- LOG(info, "alert %s: %s", alert.what(), alert.message().c_str());
+ LOG(debug, "alert %s: %s", alert.what(), alert.message().c_str());
}
void operator()(const libtorrent::torrent_delete_failed_alert& alert) const {
LOG(warning, "alert %s: %s", alert.what(), alert.message().c_str());