diff --git a/src/jrd/Mapping.cpp b/src/jrd/Mapping.cpp index 8638e8da54..1f9d40c33d 100644 --- a/src/jrd/Mapping.cpp +++ b/src/jrd/Mapping.cpp @@ -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; }