X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebuglogdlg.cpp;h=176a968f74e092e8220afbeda44a8c2e4742beb1;hb=518cd2bc478ab3675a60ec46d3ef183cace0cae7;hp=c4febd104773656f02b5847e9c9474fb062af800;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/qtui/debuglogdlg.cpp b/src/qtui/debuglogdlg.cpp index c4febd10..176a968f 100644 --- a/src/qtui/debuglogdlg.cpp +++ b/src/qtui/debuglogdlg.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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)