aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index fba82fec..9fac6ee2 100644
--- a/main.cpp
+++ b/main.cpp
@@ -67,7 +67,7 @@
void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg)
{
// Send all message types to logger
- Monero::Wallet::debug(msg.toStdString());
+ Monero::Wallet::debug("qml", msg.toStdString());
}
int main(int argc, char *argv[])