Make this a debug line, we see it a lot and don't really care :)

This commit is contained in:
Thomas Jackson 2014-09-16 18:16:44 -07:00
parent 6d59777e51
commit 36594ff6e5

View File

@ -1862,7 +1862,7 @@ def get_id(opts, minion_id=False):
if name.startswith(codecs.BOM): # Remove BOM if exists if name.startswith(codecs.BOM): # Remove BOM if exists
name = name.replace(codecs.BOM, '', 1) name = name.replace(codecs.BOM, '', 1)
if name: if name:
log.info('Using cached minion ID from {0}: {1}' log.debug('Using cached minion ID from {0}: {1}'
.format(id_cache, name)) .format(id_cache, name))
return name, False return name, False
except (IOError, OSError): except (IOError, OSError):