mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
revert accidental commit
This commit is contained in:
parent
7986b7a042
commit
cfbb5692cf
1 changed files with 4 additions and 2 deletions
|
@ -1434,8 +1434,10 @@ namespace libtorrent
|
|||
|
||||
if (t->alerts().should_post(alert::fatal))
|
||||
{
|
||||
std::string err = "torrent paused: disk write error, " + j.str;
|
||||
t->alerts().post_alert(file_error_alert(t->get_handle(), err));
|
||||
if (j.str != "write failed: No space left on device"){
|
||||
std::string err = "torrent paused: disk write error, " + j.str;
|
||||
t->alerts().post_alert(file_error_alert(t->get_handle(), err));
|
||||
}
|
||||
}
|
||||
t->pause();
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue