mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Make this a debug line, we see it a lot and don't really care :)
This commit is contained in:
parent
6d59777e51
commit
36594ff6e5
@ -1862,7 +1862,7 @@ def get_id(opts, minion_id=False):
|
||||
if name.startswith(codecs.BOM): # Remove BOM if exists
|
||||
name = name.replace(codecs.BOM, '', 1)
|
||||
if name:
|
||||
log.info('Using cached minion ID from {0}: {1}'
|
||||
log.debug('Using cached minion ID from {0}: {1}'
|
||||
.format(id_cache, name))
|
||||
return name, False
|
||||
except (IOError, OSError):
|
||||
|
Loading…
Reference in New Issue
Block a user