forked from premiere/premiere-libtorrent
fix format string typo
This commit is contained in:
parent
4ea4d32554
commit
13bbb936ee
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue