Commit 5d030cda authored by Pavel Vainerman's avatar Pavel Vainerman

(DBServer): немного подправил вывод лога

parent 8d22cfef
...@@ -241,7 +241,7 @@ void DBServer_MySQL::parse( UniSetTypes::ConfirmMessage* am ) ...@@ -241,7 +241,7 @@ void DBServer_MySQL::parse( UniSetTypes::ConfirmMessage* am )
bool DBServer_MySQL::writeToBase( const string& query ) bool DBServer_MySQL::writeToBase( const string& query )
{ {
if( unideb.debugging(DBLogInfoLevel) ) if( unideb.debugging(DBLogInfoLevel) )
unideb[DBLogInfoLevel] << "DBServer_MySQL: " << query << endl; unideb[DBLogInfoLevel] << myname << "(writeToBase): " << query << endl;
// cout << "DBServer_MySQL: " << query << endl; // cout << "DBServer_MySQL: " << query << endl;
if( !db || !connect_ok ) if( !db || !connect_ok )
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment