mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
Restored forgotten change. Thanks to Adriano.
This commit is contained in:
parent
2232dbfede
commit
837716d21b
@ -1097,7 +1097,7 @@ void API_ROUTINE gds__trace(const TEXT * text)
|
||||
char buffer[1024]; // 1K should be enough for the trace message
|
||||
char* p = buffer;
|
||||
|
||||
/*
|
||||
|
||||
const time_t now = time((time_t *)0); // is specified in POSIX to be signal-safe
|
||||
|
||||
// 07 Sept 2003, Nickolay Samofatov.
|
||||
@ -1132,7 +1132,7 @@ void API_ROUTINE gds__trace(const TEXT * text)
|
||||
gds__ulstr(p, today.tm_sec, 2, '0');
|
||||
p += 2;
|
||||
*p++ = ' ';
|
||||
*/ ULONG apid =
|
||||
ULONG apid =
|
||||
#ifdef WIN_NT
|
||||
#ifdef SUPERSERVER
|
||||
GetCurrentThreadId();
|
||||
|
Loading…
Reference in New Issue
Block a user