Tweaked log
This commit is contained in:
parent
ba54eb5975
commit
83597bf8b3
@ -608,7 +608,7 @@ class ImportScores(
|
|||||||
|
|
||||||
val replayData = this.scoreService.getReplayData(replayId = score.best_id)
|
val replayData = this.scoreService.getReplayData(replayId = score.best_id)
|
||||||
if(replayData == null) {
|
if(replayData == null) {
|
||||||
this.logger.error("Weird, failed to fetch score with replay_id = ${score.best_id}")
|
this.logger.error("Weird, failed to fetch score with replay_id = ${score.best_id}. Cannot broadcast to Websocket.")
|
||||||
} else {
|
} else {
|
||||||
messagingTemplate.convertAndSend(
|
messagingTemplate.convertAndSend(
|
||||||
"/topic/live-scores/",
|
"/topic/live-scores/",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user