This commit is contained in:
cpwu 2022-05-12 18:44:38 +08:00
parent 18eb0af95e
commit eee98ab0b2
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ class TDTestCase:
def login_currrent(self, user, passwd):
login_except, _ = self.user_login(user, passwd)
if login_except:
tdLog.exit("connect failed, user and pass do not match!")
tdLog.exit(f"connect failed, user: {user} and pass: {passwd} do not match!")
else:
tdLog.info("connect successfully, user and pass matched!")