Skip to content

Commit

Permalink
debugging msg reported by anirudh (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
devidask27 authored Jan 21, 2022
1 parent 57a213c commit 626f4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/platform/debian/debian.go
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ func (d *Debian) checkIfdpkgISLock() (bool, error) {
if err != nil {
return true, nil
} else {
zap.S().Infof("Unable to acquire the dpkg lock on %s", file)
zap.S().Debugf("Unable to acquire the dpkg lock on %s", file)
return false, fmt.Errorf("Unable to acquire the dpkg")
}
}
Expand Down

0 comments on commit 626f4b1

Please sign in to comment.