lower log level

This commit is contained in:
Sorunome 2020-03-26 21:36:02 +01:00
parent c9ac22c838
commit 4cdddc4996
No known key found for this signature in database
GPG Key ID: B19471D07FC9BE9C

View File

@ -126,7 +126,7 @@ async function run() {
data.state = client.getState;
await client.disconnect();
} catch (err) {
log.warn("Failed to log in as new user, perhaps the password is worng?", err);
log.verbose("Failed to log in as new user, perhaps the password is worng?", err);
retData.error = "Username or password wrong";
return retData;
}