diff options
Diffstat (limited to 'src/libktorrent/util/log.cpp')
| -rw-r--r-- | src/libktorrent/util/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libktorrent/util/log.cpp b/src/libktorrent/util/log.cpp index ff83f1d..281122b 100644 --- a/src/libktorrent/util/log.cpp +++ b/src/libktorrent/util/log.cpp @@ -119,7 +119,7 @@ namespace bt *out << TQDateTime::currentDateTime().toString() << ": " << tmp << ::endl; fptr.flush(); if (to_cout) - std::cout << TQString(tmp.local8Bit()) << std::endl; + std::cout << tmp.local8Bit() << std::endl; if (monitors.count() > 0) { |
