fix format string typo

This commit is contained in:
Arvid Norberg 2012-09-28 00:18:54 +00:00
parent 4ea4d32554
commit 13bbb936ee
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ namespace libtorrent
if (!j.error) return;
#if defined TORRENT_VERBOSE_LOGGING || defined TORRENT_LOGGING || defined TORRENT_ERROR_LOGGING
debug_log("disk error: (%d) %s in file: %d", j.error.value(), j.error.message().c_str()
debug_log("disk error: (%d) %s in file: %s", j.error.value(), j.error.message().c_str()
, j.error_file.c_str());
#endif