fix minor typo in torrent debug logging

This commit is contained in:
arvidn 2020-01-09 17:41:20 +01:00 committed by Arvid Norberg
parent 4d28ad0fea
commit 96ad81f00d
1 changed files with 1 additions and 1 deletions

View File

@ -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()