mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 16:03:02 +01:00
Fix typo
This commit is contained in:
parent
7a677df187
commit
1e794dc51d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user