Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
cubewhy committed Jan 21, 2024
1 parent f15e709 commit 0c9ef60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/cubewhy/celestial/game/AuthServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ public class AuthServer {
try {
return method != null ? handleRequest(method, args) : null;
} catch (Exception e) {

log.info(TextUtils.dumpTrace(e));
log.error("Failed to start the auth server");
log.error(TextUtils.dumpTrace(e));
}
return null;
});
Expand Down

0 comments on commit 0c9ef60

Please sign in to comment.