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:
parent
1797ec6aac
commit
709ea47530
@ -231,7 +231,6 @@ void ConfigStorage::checkFile()
|
||||
session.ses_flags = trs_admin | trs_system;
|
||||
|
||||
addSession(session);
|
||||
|
||||
}
|
||||
catch(const Exception& ex)
|
||||
{
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user