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

@ -1345,7 +1345,7 @@ def get_network_info(args):
if not network_info:
log.debug("Found no network_info in config-drive! "
"Asusming DHCP interfaces")
"Assuming DHCP interfaces")
return network_info