修改错误注释和错误日志

This commit is contained in:
648540858
2020-12-14 15:11:48 +08:00
parent e625520bc8
commit 285f08fc3b
2 changed files with 2 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ public class OnlineEventListener implements ApplicationListener<OnlineEvent> {
public void onApplicationEvent(OnlineEvent event) {
if (logger.isDebugEnabled()) {
logger.debug("设备线事件触发deviceId" + event.getDeviceId() + ",from:" + event.getFrom());
logger.debug("设备线事件触发deviceId" + event.getDeviceId() + ",from:" + event.getFrom());
}
String key = VideoManagerConstants.KEEPLIVEKEY_PREFIX + event.getDeviceId();