Skip to content

Commit

Permalink
Merge pull request CiscoUcs#176 from TetrationAnalytics/mtimm/bios_ap…
Browse files Browse the repository at this point in the history
…i_logging

v1 api server bios: fix logging
  • Loading branch information
waghswapnil authored Jun 12, 2018
2 parents 2e41f2f + 145849d commit cb4fd32
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 cb4fd32

Please sign in to comment.