Skip to content

Commit

Permalink
Merge pull request #1149 from mtrmac/pasto
Browse files Browse the repository at this point in the history
Fix a pasto from #1138
  • Loading branch information
vrothberg authored Feb 22, 2022
2 parents 765d5b3 + 05075ba commit d6e88d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers.go
Original file line number Diff line number Diff line change
Expand Up @@ -827,7 +827,7 @@ func (r *layerStore) Put(id string, parentLayer *Layer, names []string, mountLab
// Either a driver error or an error saving.
// We now have a layer that's been marked for
// deletion but which we failed to remove.
logrus.Errorf("While recovering from a failure applying layer diff, error deleting layer %#v: %v", layer.ID, err2)
logrus.Errorf("While recovering from a failure saving finished layer metadata, error deleting layer %#v: %v", layer.ID, err2)
}
} else {
// We don't have a record of this layer, but at least
Expand Down

0 comments on commit d6e88d4

Please sign in to comment.