Skip to content

Commit 63be684

Browse files
fcanovaiarmru
authored andcommitted
fix: debug message
Signed-off-by: Francesco Canovai <[email protected]>
1 parent 8867eab commit 63be684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cnpgi/common/wal.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ func (w WALServiceImplementation) Archive(
175175
// Ensure the requested WAL file is always the first one being
176176
// archived
177177
walFilesList.Ready = append([]string{request.GetSourceFileName()}, walFilesList.Ready...)
178-
contextLogger.Debug("WAL files to archive: %v", "walFilesListReady", walFilesList.Ready)
178+
contextLogger.Debug("WAL files to archive", "walFilesListReady", walFilesList.Ready)
179179

180180
result := arch.ArchiveList(ctx, walFilesList.ReadyItemsToSlice(), options)
181181
for _, archiverResult := range result {

0 commit comments

Comments
 (0)