X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.cpp;h=ed064856eaa69ac6853e7b50ca92c21017ce31a7;hb=c8ddabf364eff2400c61cea395aefe69eb8ba1b3;hp=996f1ac48654eec482c99d94dddde8711c6660dd;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/qtui/debuglogdlg.cpp b/src/qtui/debuglogdlg.cpp index 996f1ac4..ed064856 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-2022 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)