summary refs log tree commit diff
path: root/src/RegisterPage.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/RegisterPage.cc')
-rw-r--r--src/RegisterPage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RegisterPage.cc b/src/RegisterPage.cc

index f56cd663..db52e101 100644 --- a/src/RegisterPage.cc +++ b/src/RegisterPage.cc
@@ -248,7 +248,7 @@ RegisterPage::onRegisterButtonClicked() } nhlog::net()->warn("failed to register: status_code ({})", - static_cast<int>(err->status_code)); + static_cast<int>(err->status_code)); emit registerErrorCb(QString::fromStdString(err->matrix_error.error)); emit errorOccurred();