mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-13 14:13:10 +01:00
fix: debug message
Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
parent
8867eab905
commit
63be684ec8
@ -175,7 +175,7 @@ func (w WALServiceImplementation) Archive(
|
|||||||
// Ensure the requested WAL file is always the first one being
|
// Ensure the requested WAL file is always the first one being
|
||||||
// archived
|
// archived
|
||||||
walFilesList.Ready = append([]string{request.GetSourceFileName()}, walFilesList.Ready...)
|
walFilesList.Ready = append([]string{request.GetSourceFileName()}, walFilesList.Ready...)
|
||||||
contextLogger.Debug("WAL files to archive: %v", "walFilesListReady", walFilesList.Ready)
|
contextLogger.Debug("WAL files to archive", "walFilesListReady", walFilesList.Ready)
|
||||||
|
|
||||||
result := arch.ArchiveList(ctx, walFilesList.ReadyItemsToSlice(), options)
|
result := arch.ArchiveList(ctx, walFilesList.ReadyItemsToSlice(), options)
|
||||||
for _, archiverResult := range result {
|
for _, archiverResult := range result {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user