1
0
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:
David Steele
2023-09-16 09:35:27 -04:00
parent ce9ba0fade
commit ed88f0483e

View File

@@ -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,