Skip to content

Commit 60f7c39

Browse files
committed
fix: debug message
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
1 parent 104e5b2 commit 60f7c39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)