diff --git a/server/ws/plugin_adapter.go b/server/ws/plugin_adapter.go index 6b75a8116..5235a6cfb 100644 --- a/server/ws/plugin_adapter.go +++ b/server/ws/plugin_adapter.go @@ -226,7 +226,7 @@ func (pa *PluginAdapter) OnWebSocketConnect(webConnID, userID string) { func (pa *PluginAdapter) OnWebSocketDisconnect(webConnID, userID string) { pac, ok := pa.GetListenerByWebConnID(webConnID) if !ok { - pa.api.LogError("received a disconnect for an unregistered webconn", + pa.api.LogDebug("received a disconnect for an unregistered webconn", "webConnID", webConnID, "userID", userID, )