Drop notification about move storage failed

This commit is contained in:
Vladimir Golovnev (Glassez) 2020-12-31 21:53:43 +03:00
parent f7cae610a4
commit df2bbe129d
No known key found for this signature in database
GPG key ID: 52A2C7DEE2DFA6F7
4 changed files with 0 additions and 11 deletions

View file

@ -4947,9 +4947,6 @@ void Session::handleStorageMovedFailedAlert(const lt::storage_moved_failed_alert
LogMsg(tr("Failed to move \"%1\" from \"%2\" to \"%3\". Reason: %4.")
.arg(torrentName, currentLocation, currentJob.path, errorMessage), Log::CRITICAL);
if (torrent)
emit torrentStorageMoveFailed(torrent, currentJob.path, errorMessage);
handleMoveTorrentStorageJobFinished();
}