8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Split long error message on two lines. Misc.

This commit is contained in:
hvlad 2009-03-26 22:29:19 +00:00
parent 1797ec6aac
commit 709ea47530
2 changed files with 1 additions and 2 deletions

View File

@ -231,7 +231,6 @@ void ConfigStorage::checkFile()
session.ses_flags = trs_admin | trs_system;
addSession(session);
}
catch(const Exception& ex)
{

View File

@ -74,7 +74,7 @@ bool TraceManager::check_result(const TracePlugin* plugin, const char* module, c
return false;
}
gds__log("Trace plugin %s returned error on call %s. Error details: %s",
gds__log("Trace plugin %s returned error on call %s.\n\tError details: %s",
module, function, errorStr);
return false;
}