diff options
author | XTZGZoReX <none@none> | 2009-03-22 12:28:28 +0100 |
---|---|---|
committer | XTZGZoReX <none@none> | 2009-03-22 12:28:28 +0100 |
commit | 69b1c1c219e7509ce52d3b5fdb9c5835a263dc24 (patch) | |
tree | 19b2489c1ca992e99ab7fa543e4e1ecb61172705 /src/shared/Log.cpp | |
parent | b5390f84b9ef023af587558b1ed4cb4e0b7eebb4 (diff) |
* Fixed thread deadlock by disabling logging DB errors to DB... Heh.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Log.cpp')
-rw-r--r-- | src/shared/Log.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/shared/Log.cpp b/src/shared/Log.cpp index 0b2bef26dfe..7a92069f61e 100644 --- a/src/shared/Log.cpp +++ b/src/shared/Log.cpp @@ -447,6 +447,7 @@ void Log::outErrorDb( const char * err, ... ) if( !err ) return; + /* if (m_enableLogDB) { va_list ap2; @@ -456,6 +457,7 @@ void Log::outErrorDb( const char * err, ... ) outDB(LOG_TYPE_DBERR, nnew_str); va_end(ap2); } + */ if(m_colored) SetColor(false,RED); |