Skip to content

Commit

Permalink
Merge pull request #87 from TelePigeon/fix/86
Browse files Browse the repository at this point in the history
[fix] error log 메시지 수정
  • Loading branch information
minwoo0419 authored Jun 7, 2024
2 parents a661f72 + 220548b commit 6365c77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public void createSchedule(){
try {
questionService.create(profile);
} catch (Exception e) {
log.error("Failed to create question for profile: {}", profile.getUser().getName(), e);
log.error("Failed to create question for profile {}", profile.getId());
}
}
}
Expand Down

0 comments on commit 6365c77

Please sign in to comment.