Commit dfd4e71f authored by Pavel Vainerman's avatar Pavel Vainerman Committed by Pavel Vainerman

PostgresSQL: fix log

parent 111e067d
......@@ -40,7 +40,7 @@ PostgreSQLInterface::~PostgreSQLInterface()
}
catch( ... ) // пропускаем все необработанные исключения, если требуется обработать нужно вызывать close() до деструктора
{
cerr << "MySQLInterface::~MySQLInterface(): an error occured while closing connection!" << endl;
cerr << "PostgresSQLInterface::~PostgresSQLInterface(): an error occured while closing connection!" << endl;
}
}
......
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