diff --git a/global/debug.cpp b/global/debug.cpp
index b64e38ecd..87d892f2c 100644
--- a/global/debug.cpp
+++ b/global/debug.cpp
@@ -97,7 +97,7 @@ void debug_message_handler(QtMsgType type, const QMessageLogContext &context, co
debug_stream << QString("[%1] %2 (%3:%4, %5)\n")
.arg(msgTag, localMsg, context.file, QString::number(context.line), context.function);
}
- debug_info.prepend(QString("[%2] %3 (%4:%5, %6)
")
+ debug_info.append(QString("[%2] %3 (%4:%5, %6)
")
.arg(fontColor, msgTag, localMsg, context.file, QString::number(context.line), context.function));
fflush(stderr);
if (olive::DebugDialog != nullptr && olive::DebugDialog->isVisible()) {