Merge "Fix a typo in a log message"

This commit is contained in:
Zuul 2021-04-27 02:40:04 +00:00 committed by Gerrit Code Review
commit c3d4aa94ed
1 changed files with 2 additions and 2 deletions

View File

@ -1360,8 +1360,8 @@ def get_network_info(args):
log.debug("Did not find vendor_data or network_info in config-drive")
if not network_info:
log.debug("Found no network_info in config-drive! "
"Asusming DHCP interfaces")
log.debug("Found no network_info in config-drive! "
"Assuming DHCP interfaces")
return network_info