diff options
Diffstat (limited to 'libktorrent/util/log.cpp')
-rw-r--r-- | libktorrent/util/log.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/util/log.cpp b/libktorrent/util/log.cpp index 6030e99..2cb53da 100644 --- a/libktorrent/util/log.cpp +++ b/libktorrent/util/log.cpp @@ -116,7 +116,7 @@ namespace bt // this could result in the loss of some messages if (!rotate_job) { - *out << TQDateTime::tqcurrentDateTime().toString() << ": " << tmp << ::endl; + *out << TQDateTime::currentDateTime().toString() << ": " << tmp << ::endl; fptr.flush(); if (to_cout) std::cout << TQString(tmp.local8Bit()) << std::endl; |