Commit 8f922db2 authored by Pavel Vainerman's avatar Pavel Vainerman

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

parent 9142c79c
......@@ -241,7 +241,7 @@ void DBServer_MySQL::parse( UniSetTypes::ConfirmMessage* am )
bool DBServer_MySQL::writeToBase( const string& query )
{
if( unideb.debugging(DBLogInfoLevel) )
unideb[DBLogInfoLevel] << "DBServer_MySQL: " << query << endl;
unideb[DBLogInfoLevel] << myname << "(writeToBase): " << query << endl;
// cout << "DBServer_MySQL: " << query << endl;
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