From 9ad22ab8ff177ebdc6575e1c756ec1a157b8bed6 Mon Sep 17 00:00:00 2001 From: rakshasa Date: Sun, 12 Feb 2012 15:11:26 +0900 Subject: [PATCH] Fixed log syntax. --- src/core/download_list.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/download_list.cc b/src/core/download_list.cc index 98b152c5..1f6a2db1 100644 --- a/src/core/download_list.cc +++ b/src/core/download_list.cc @@ -429,7 +429,7 @@ void DownloadList::pause(Download* download, int flags) { check_contains(download); - lt_log_print_info(torrent::LOG_TORRENT_INFO, download->info(), "->download_list: Pausing download: flags%0x.", flags); + lt_log_print_info(torrent::LOG_TORRENT_INFO, download->info(), "->download_list: Pausing download: flags:%0x.", flags); try {