Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodong-Yang committed Dec 26, 2023
1 parent 6ebe9bc commit cf40cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otaclient/app/create_standby/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ def map_uid_by_pwnam(
_mapped_uid = _utils_map_uid_by_pwnam(src_db=src_db, dst_db=dst_db, uid=uid)
_usern = src_db._by_uid[uid]

logger.info(f"{_usern=}: mapping src_{uid=} to {_mapped_uid}")
logger.info(f"{_usern=}: mapping src_{uid=} to {_mapped_uid=}")
return _mapped_uid

@staticmethod
Expand Down

0 comments on commit cf40cd7

Please sign in to comment.