Skip to content

Commit

Permalink
refine
Browse files Browse the repository at this point in the history
  • Loading branch information
csuzhangxc authored and ti-chi-bot committed Aug 23, 2024
1 parent 19766c3 commit 4ccf3e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/backup-manager/app/import/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (rm *RestoreManager) ProcessRestore() error {
if err != nil {
klog.Errorf("failed to marshal restore %v to json, err: %s", restore, err)
} else {
klog.Infof("start to process restore %s, %s", rm, string(crData))
klog.Infof("start to process restore: %s", string(crData))
}

rm.setOptions(restore)
Expand Down
2 changes: 1 addition & 1 deletion cmd/backup-manager/app/restore/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (rm *Manager) ProcessRestore() error {
if err != nil {
klog.Errorf("failed to marshal restore %v to json, err: %s", restore, err)
} else {
klog.Infof("start to process restore %s, %s", rm, string(crData))
klog.Infof("start to process restore: %s", string(crData))
}

if restore.Spec.To == nil {
Expand Down

0 comments on commit 4ccf3e8

Please sign in to comment.