Fix a typo in a log message

Change-Id: I39620b2efb32c25744a90db9ebc5d2dd8f804eb1
This commit is contained in:
Dmitry Tantsur 2021-03-24 13:57:01 +01:00
parent 4ef76474b8
commit 27c511b5f1
1 changed files with 2 additions and 2 deletions

View File

@ -1344,8 +1344,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