修正字符串拼接错误

pull/1019/head
AlphaWu 2023-08-21 11:29:23 +08:00
parent 8fab1ed0e8
commit a9202bd004
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ public class ZLMHttpHookListener {
@PostMapping(value = "/on_play", produces = "application/json;charset=UTF-8")
public HookResult onPlay(@RequestBody OnPlayHookParam param) {
if (logger.isDebugEnabled()) {
logger.debug("[ZLM HOOK] 播放鉴权:{}->{}" + param.getMediaServerId(), param);
logger.debug("[ZLM HOOK] 播放鉴权:{}->{}" , param.getMediaServerId(), param);
}
String mediaServerId = param.getMediaServerId();