diff --git a/src/torrent.cpp b/src/torrent.cpp index 5365f38cd..aed52884d 100755 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -3147,6 +3147,13 @@ namespace libtorrent m_storage->async_release_files( bind(&torrent::on_torrent_paused, shared_from_this(), _1, _2)); } + else + { + if (alerts().should_post(alert::warning)) + { + alerts().post_alert(torrent_paused_alert(get_handle(), "torrent paused")); + } + } } void torrent::resume()