summary refs log tree commit diff
path: root/src/MainWindow.cc
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-14 02:28:35 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-14 02:28:35 +0300
commit8e9d210a2a2136d1d517645b2b2412b15da09360 (patch)
treeb58bd7b236e9759bbc4b310ebffb0687f89db47d /src/MainWindow.cc
parentAdd support for sending encrypted messages (diff)
downloadnheko-8e9d210a2a2136d1d517645b2b2412b15da09360.tar.xz
Rename the log namespace to avoid symbol clash with the math function
- Patch the olm repo with a CMakeLists.txt file
Diffstat (limited to 'src/MainWindow.cc')
-rw-r--r--src/MainWindow.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cc b/src/MainWindow.cc

index cca51f03..088bb5c0 100644 --- a/src/MainWindow.cc +++ b/src/MainWindow.cc
@@ -155,7 +155,7 @@ MainWindow::MainWindow(QWidget *parent) using namespace mtx::identifiers; http::v2::client()->set_user(parse<User>(user_id.toStdString())); } catch (const std::invalid_argument &e) { - log::main()->critical("bootstrapped with invalid user_id: {}", + nhlog::ui()->critical("bootstrapped with invalid user_id: {}", user_id.toStdString()); }