You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-07-13 01:00:23 +02:00
Add missing parameter logging.
This commit is contained in:
@ -135,7 +135,9 @@ IoRead *
|
|||||||
ioHandleReadNew(const String *name, int handle, TimeMSec timeout)
|
ioHandleReadNew(const String *name, int handle, TimeMSec timeout)
|
||||||
{
|
{
|
||||||
FUNCTION_LOG_BEGIN(logLevelTrace);
|
FUNCTION_LOG_BEGIN(logLevelTrace);
|
||||||
|
FUNCTION_LOG_PARAM(STRING, name);
|
||||||
FUNCTION_LOG_PARAM(INT, handle);
|
FUNCTION_LOG_PARAM(INT, handle);
|
||||||
|
FUNCTION_LOG_PARAM(TIME_MSEC, timeout);
|
||||||
FUNCTION_LOG_END();
|
FUNCTION_LOG_END();
|
||||||
|
|
||||||
ASSERT(handle != -1);
|
ASSERT(handle != -1);
|
||||||
|
Reference in New Issue
Block a user