1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

change log from error to debug (#2199)

This commit is contained in:
Scott Bishel 2022-01-28 11:24:22 -07:00 committed by GitHub
parent bccfbd3d2f
commit 66f4b90ef2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,7 +260,7 @@ func commandFromRequest(req *mmModel.WebSocketRequest) (*WebsocketCommand, error
func (pa *PluginAdapter) WebSocketMessageHasBeenPosted(webConnID, userID string, req *mmModel.WebSocketRequest) {
pac, ok := pa.GetListenerByWebConnID(webConnID)
if !ok {
pa.api.LogError("received a message for an unregistered webconn",
pa.api.LogDebug("received a message for an unregistered webconn",
"webConnID", webConnID,
"userID", userID,
"action", req.Action,