From 35d76724321b224f455b4c08b6e1e1290b4f81c6 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 26 May 2018 14:27:24 +0200 Subject: [PATCH] raise priority of fastresum_rejected_alert --- include/libtorrent/alert_types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index b44831327..50f83706a 100644 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -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;