summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHaakon Dybdahl <dybis@users.noreply.github.com>2016-06-23 14:08:55 +0200
committerGitHub <noreply@github.com>2016-06-23 14:08:55 +0200
commita850bfd3503471878fd44410a212b195facbadc6 (patch)
tree9ca4ff157fe30f3a8ec1389bdd548beb2c07c8b8 /filedistribution
parent9cdabbcdd2f081f961d32cc2d62f26f6894e5f4b (diff)
parent0c4daa7d5f8c0937beb2618183627dd71627133b (diff)
Merge pull request #156 from yahoo/musum/log-fastresume_rejected_alert-as-debug
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());