Commit c814c05c authored by Brian Downs's avatar Brian Downs

update comment

parent 9276c122
...@@ -980,7 +980,7 @@ func (e *ETCD) DeleteSnapshots(ctx context.Context, snapshots []string) error { ...@@ -980,7 +980,7 @@ func (e *ETCD) DeleteSnapshots(ctx context.Context, snapshots []string) error {
if e.config.EtcdS3 { if e.config.EtcdS3 {
logrus.Info("Removing the given etcd snapshot(s) from S3") logrus.Info("Removing the given etcd snapshot(s) from S3")
logrus.Debugf("Removing the given etcd snapshot from S3: %v", snapshots) logrus.Debugf("Removing the given etcd snapshot(s) from S3: %v", snapshots)
if e.initS3IfNil(ctx); err != nil { if e.initS3IfNil(ctx); err != nil {
return err return err
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment