Skip to content

Commit 543b77a

Browse files
priyansh17blackpiglet
authored andcommitted
fix: correct typo in log message for unparseable VolumeSnapshot annotation
Signed-off-by: Priyansh Choudhary <im1706@gmail.com>
1 parent b631e69 commit 543b77a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/backup/actions/csi/volumesnapshot_action.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ func (p *volumeSnapshotBackupItemAction) Progress(
302302
if t, err := time.Parse(time.RFC3339, existingTime); err == nil {
303303
firstObservedTime = t
304304
} else {
305-
p.log.Warnf("VolumeSnapshot %s/%s has an unparseable %s annotation value %q, resetting timer: %v",
305+
p.log.Warnf("VolumeSnapshot %s/%s has an unparsable %s annotation value %q, resetting timer: %v",
306306
vs.Namespace, vs.Name, velerov1api.VSErrorFirstObservedTimeAnnotation, existingTime, err)
307307
}
308308
} else {

0 commit comments

Comments
 (0)