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

Restored full diagnostic on Vlad's request

This commit is contained in:
AlexPeshkoff 2022-06-29 17:54:23 +03:00
parent 8000354f9b
commit 553e84d34f

View File

@ -786,8 +786,7 @@ public:
{
StaticStatusVector s;
ex.stuffException(s);
if (!fb_utils::containsErrorCode(s.begin(), isc_instance_conflict))
iscLogException("MappingIpc: Cannot initialize the shared memory region", ex);
iscLogException("MappingIpc: Cannot initialize the shared memory region", ex);
throw;
}