mirror of https://github.com/zulip/zulip.git
parent
57800e85c7
commit
4d465cb698
|
@ -343,7 +343,7 @@ def users_to_zerver_userprofile(
|
|||
if not user.get("is_primary_owner", False):
|
||||
user_id_count += 1
|
||||
|
||||
logging.info("%s -> %s", user["name"], userprofile_dict["email"])
|
||||
logging.info("%s: %s -> %s", slack_user_id, user["name"], userprofile_dict["email"])
|
||||
|
||||
process_customprofilefields(zerver_customprofilefield, zerver_customprofilefield_values)
|
||||
logging.info("######### IMPORTING USERS FINISHED #########\n")
|
||||
|
|
Loading…
Reference in New Issue