Tweaked log

This commit is contained in:
nise.moe 2024-02-22 16:32:42 +01:00
parent ba54eb5975
commit 83597bf8b3

View File

@ -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/",