Skip to content

Commit

Permalink
v1 api server bios: fix logging
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Timm <mtimm@tetrationanalytics.com>
  • Loading branch information
mtimm committed Jun 11, 2018
1 parent 2e41f2f commit 145849d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imcsdk/apis/server/bios.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ def _get_bios_mo_table(handle, tokens={}, server_id=1):
'classic'])
entry = bios_tokens_table_platform.get(token)
if entry is None:
log.warning("Token not found: %s Platform: %s" % token,
handle.platform)
log.warning("Token not found: %s Platform: %s" % (token,
handle.platform))
continue

mo_props = mo_table.get(entry["mo_name"], {})
Expand Down

0 comments on commit 145849d

Please sign in to comment.