From 90e13e05f567cae9c0c1f393d3959c073d39f198 Mon Sep 17 00:00:00 2001 From: Thomas Yuan Date: Tue, 1 Sep 2015 11:31:46 -0400 Subject: [PATCH] Fix dht_immutable/mutable_item_alert category. --- include/libtorrent/alert_types.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index 271593a5c..c67206185 100644 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -1972,8 +1972,7 @@ namespace libtorrent TORRENT_DEFINE_ALERT_PRIO(dht_immutable_item_alert, 74) - static const int static_category = alert::error_notification - | alert::dht_notification; + static const int static_category = alert::dht_notification; virtual std::string message() const; TORRENT_NOT_DISCARDABLE @@ -2000,8 +1999,7 @@ namespace libtorrent TORRENT_DEFINE_ALERT_PRIO(dht_mutable_item_alert, 75) - static const int static_category = alert::error_notification - | alert::dht_notification; + static const int static_category = alert::dht_notification; virtual std::string message() const; TORRENT_NOT_DISCARDABLE