8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 16:03:02 +01:00
This commit is contained in:
asfernandes 2009-11-15 18:38:34 +00:00
parent 7a677df187
commit 1e794dc51d

View File

@ -380,7 +380,7 @@ system_call_failed::system_call_failed(const char* syscall, int error_code) :
{
// NS: something unexpected has happened. Log the error to log file
// In the future we may consider terminating the process even in PROD_BUILD
gds__log("Operating system call %s failed. Error core %d", syscall, error_code);
gds__log("Operating system call %s failed. Error code %d", syscall, error_code);
#ifdef DEV_BUILD
// raised failed system call exception in DEV_BUILD in 99.99% means
// problems with the code - let's create memory dump now