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
commit e55582124c
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
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();
}