From 96ad81f00d5f8703670332860e7ce0f19da6af4a Mon Sep 17 00:00:00 2001 From: arvidn Date: Thu, 9 Jan 2020 17:41:20 +0100 Subject: [PATCH] fix minor typo in torrent debug logging --- src/torrent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/torrent.cpp b/src/torrent.cpp index 3c2e1b578..d910a7497 100644 --- a/src/torrent.cpp +++ b/src/torrent.cpp @@ -696,7 +696,7 @@ bool is_downloading_state(int const st) , m_super_seeding ? "super-seeding " : "" , m_sequential_download ? "sequential-download " : "" , (m_add_torrent_params && m_add_torrent_params->flags & torrent_flags::override_trackers) - ? "override-trackers" : "" + ? "override-trackers " : "" , (m_add_torrent_params && m_add_torrent_params->flags & torrent_flags::override_web_seeds) ? "override-web-seeds " : "" , m_save_path.c_str()