mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +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 buffer[1024]; // 1K should be enough for the trace message
|
||||||
char* p = buffer;
|
char* p = buffer;
|
||||||
|
|
||||||
/*
|
|
||||||
const time_t now = time((time_t *)0); // is specified in POSIX to be signal-safe
|
const time_t now = time((time_t *)0); // is specified in POSIX to be signal-safe
|
||||||
|
|
||||||
// 07 Sept 2003, Nickolay Samofatov.
|
// 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');
|
gds__ulstr(p, today.tm_sec, 2, '0');
|
||||||
p += 2;
|
p += 2;
|
||||||
*p++ = ' ';
|
*p++ = ' ';
|
||||||
*/ ULONG apid =
|
ULONG apid =
|
||||||
#ifdef WIN_NT
|
#ifdef WIN_NT
|
||||||
#ifdef SUPERSERVER
|
#ifdef SUPERSERVER
|
||||||
GetCurrentThreadId();
|
GetCurrentThreadId();
|
||||||
|
Loading…
Reference in New Issue
Block a user