Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/security/SecurityManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ void SecurityManager::login() NACOS_THROW (NacosException) {
* In case 1 and case 2, the program will crash, because these situations are considered as a config error of the program, so let it crash
* In case 3, the log is printed by tokenRefreshThreadFunc to remind the dev-ops to correct the config
*/
log_error("error INVALID_LOGIN_CREDENTIAL exit!");
throw e;
}
log_error("Unknown error while login to server, e:%d = %s\n", e.errorcode(), e.what());
Expand Down