summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-06-30 20:22:06 +0000
committerGitHub <noreply@github.com>2021-06-30 20:22:06 +0000
commit25461b20eb735316eaff5ce01b2a40812d025022 (patch)
tree7548d4ef8d4b1c4573a128aa4c429b3aba65ac57 /src/ChatPage.cpp
parentFix tags going missing if you join communities (diff)
parentInstall libevent dev dependency for appimage (diff)
downloadnheko-25461b20eb735316eaff5ce01b2a40812d025022.tar.xz
Merge pull request #626 from Nheko-Reborn/curl
Use coeurl for networking
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index 0f16f205..6003eb85 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -550,7 +550,7 @@ ChatPage::startInitialSync() nhlog::net()->error("initial sync error: {} {} {} {}", err->parse_error, status_code, - err->error_code.message(), + err->error_code, err_code); // non http related errors @@ -674,10 +674,10 @@ ChatPage::trySync() return; } - nhlog::net()->error("initial sync error: {} {} {} {}", + nhlog::net()->error("sync error: {} {} {} {}", err->parse_error, status_code, - err->error_code.message(), + err->error_code, err_code); emit tryDelayedSyncCb(); return;