mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-04 07:28:39 +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))
|
if (t->alerts().should_post(alert::fatal))
|
||||||
{
|
{
|
||||||
std::string err = "torrent paused: disk write error, " + j.str;
|
if (j.str != "write failed: No space left on device"){
|
||||||
t->alerts().post_alert(file_error_alert(t->get_handle(), err));
|
std::string err = "torrent paused: disk write error, " + j.str;
|
||||||
|
t->alerts().post_alert(file_error_alert(t->get_handle(), err));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
t->pause();
|
t->pause();
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue