Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloudinit/dmi.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ def is_x86(arch):
if dmidecode_path:
return _call_dmidecode(key, dmidecode_path)

LOG.warning("did not find either path %s or dmidecode command",
DMI_SYS_PATH)
LOG.debug("did not find either path %s or dmidecode command",
DMI_SYS_PATH)
return None

# vi: ts=4 expandtab