mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Warn about range library
This commit is contained in:
parent
233b047dab
commit
ec092bd2a3
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ try:
|
|||
|
||||
HAS_RANGE = True
|
||||
except ImportError:
|
||||
log.error("Unable to load range library")
|
||||
log.warning("Unable to load range library")
|
||||
# pylint: enable=import-error
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue