mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 09:39:35 +02:00
[misc] re-level log: properly silence unauthorized updateClientPosition
This commit is contained in:
@@ -356,7 +356,7 @@ module.exports = WebsocketController = {
|
||||
cursorData.doc_id,
|
||||
function (error) {
|
||||
if (error) {
|
||||
logger.warn(
|
||||
logger.info(
|
||||
{ err: error, client_id: client.id, project_id, user_id },
|
||||
"silently ignoring unauthorized updateClientPosition. Client likely hasn't called joinProject yet."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user