You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2025-11-06 08:49:29 +02:00
Add missing comma in protocolParallelJobToLog().
This commit is contained in:
@@ -144,7 +144,7 @@ protocolParallelJobToLog(const ProtocolParallelJob *const this, StringStatic *co
|
||||
FUNCTION_LOG_OBJECT_FORMAT(
|
||||
protocolParallelJobResult(this), pckReadToLog, strStcRemains(debugLog), strStcRemainsSize(debugLog)));
|
||||
|
||||
strStcFmt(debugLog, "code: %d, message: ", protocolParallelJobErrorCode(this));
|
||||
strStcFmt(debugLog, ", code: %d, message: ", protocolParallelJobErrorCode(this));
|
||||
|
||||
strStcResultSizeInc(
|
||||
debugLog,
|
||||
|
||||
Reference in New Issue
Block a user