mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 20:48:52 +03:00
Fix error message for /sync
This commit is contained in:
parent
00f251753e
commit
2c307a4dee
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ ChatPage::trySync()
|
|||
return;
|
||||
}
|
||||
|
||||
nhlog::net()->error("initial sync error: {} {} {} {}",
|
||||
nhlog::net()->error("sync error: {} {} {} {}",
|
||||
err->parse_error,
|
||||
status_code,
|
||||
err->error_code,
|
||||
|
|
Loading…
Reference in a new issue