X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.cpp;h=176a968f74e092e8220afbeda44a8c2e4742beb1;hb=4e51500401db3c85dbe5e92e5e5c15b6e3c87787;hp=996f1ac48654eec482c99d94dddde8711c6660dd;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/qtui/debuglogdlg.cpp b/src/qtui/debuglogdlg.cpp index 996f1ac4..176a968f 100644 --- a/src/qtui/debuglogdlg.cpp +++ b/src/qtui/debuglogdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -41,7 +41,7 @@ DebugLogDlg::DebugLogDlg(QWidget* parent) QString DebugLogDlg::toString(const Logger::LogEntry& msg) { - return msg.timeStamp.toString("yyyy-MM-dd hh:mm:ss ") + msg.message + "\n"; + return msg.toString() + "\n"; } void DebugLogDlg::logUpdated(const Logger::LogEntry& msg)