raise priority of fastresum_rejected_alert

This commit is contained in:
arvidn 2018-05-26 14:27:24 +02:00 committed by Arvid Norberg
parent 6ec6c1b340
commit 35d7672432
1 changed files with 1 additions and 1 deletions

View File

@ -1472,7 +1472,7 @@ namespace libtorrent
, std::string const& file
, char const* op);
TORRENT_DEFINE_ALERT(fastresume_rejected_alert, 53)
TORRENT_DEFINE_ALERT_PRIO(fastresume_rejected_alert, 53, alert_priority_critical)
static const int static_category = alert::status_notification
| alert::error_notification;