Drop notification about move storage failed

This commit is contained in:
Vladimir Golovnev (Glassez)
2020-12-31 21:53:43 +03:00
committed by sledgehammer999
parent bd8b06c607
commit e55582124c
4 changed files with 0 additions and 11 deletions

View File

@@ -4946,9 +4946,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();
}