diff options
-rw-r--r-- | cloudinit/dmi.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cloudinit/dmi.py b/cloudinit/dmi.py index f0e69a5a..bba3daf2 100644 --- a/cloudinit/dmi.py +++ b/cloudinit/dmi.py @@ -156,8 +156,8 @@ def read_dmi_data(key): 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 |