mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 06:13:34 -05:00
[misc] re-level log: properly silence unauthorized updateClientPosition
This commit is contained in:
parent
425052ff91
commit
dee4749e6d
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@ module.exports = WebsocketController = {
|
||||||
cursorData.doc_id,
|
cursorData.doc_id,
|
||||||
function (error) {
|
function (error) {
|
||||||
if (error) {
|
if (error) {
|
||||||
logger.warn(
|
logger.info(
|
||||||
{ err: error, client_id: client.id, project_id, user_id },
|
{ err: error, client_id: client.id, project_id, user_id },
|
||||||
"silently ignoring unauthorized updateClientPosition. Client likely hasn't called joinProject yet."
|
"silently ignoring unauthorized updateClientPosition. Client likely hasn't called joinProject yet."
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue