Fix error message for /sync

pull/626/head
Nicolas Werner 4 years ago
parent 00f251753e
commit 2c307a4dee
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      src/ChatPage.cpp

@ -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…
Cancel
Save