Skip to content

Commit

Permalink
增加日志
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Jul 10, 2024
1 parent 10a6065 commit 27d3d0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/com/emby/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ private static void getAdmin() {
Assert.notNull(adminUser, "未找到管理员账户,请检查你的API KEY参数");

adminUserId = adminUser.get("Id").getAsString();
log.info("adminUserId => {}", adminUserId);
}

/**
Expand Down

0 comments on commit 27d3d0d

Please sign in to comment.