Skip to content

Commit

Permalink
fix(log): Do not warn when doing requested operation (#5263)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed May 30, 2024
1 parent c76ad9c commit 461fc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudinit/config/cc_disk_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -930,7 +930,7 @@ def mkfs(fs_cfg):
LOG.debug("Device %s has required file system", device)
return
else:
LOG.warning("Destroying filesystem on %s", device)
LOG.debug("Destroying filesystem on %s", device)

else:
LOG.debug("Device %s is cleared for formatting", device)
Expand Down

0 comments on commit 461fc1d

Please sign in to comment.