diff --git a/deluge/core/core.py b/deluge/core/core.py index 993b21972..098618f68 100644 --- a/deluge/core/core.py +++ b/deluge/core/core.py @@ -351,7 +351,7 @@ class Core( log.warning("Error pausing torrent %s", torrent_id) def export_move_torrent(self, torrent_ids, dest): - log.debug("Moving torrents %s to %s", torrent_id, dest) + log.debug("Moving torrents %s to %s", torrent_ids, dest) for torrent_id in torrent_ids: if not self.torrents[torrent_id].move_storage(dest): log.warning("Error moving torrent %s to %s", torrent_id, dest)