summaryrefslogtreecommitdiff
path: root/LogThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'LogThread.cpp')
-rw-r--r--LogThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LogThread.cpp b/LogThread.cpp
index 0255905..9064b07 100644
--- a/LogThread.cpp
+++ b/LogThread.cpp
@@ -62,7 +62,7 @@ void LogThread::openLogs()
return;
if(log.isOpen())
{
- QMessageBox::critical(NULL,tr("Error"),tr("log file already open, error: %1").arg(log.errorString()));
+ QMessageBox::critical(NULL,tr("Error"),tr("Log file already open, error: %1").arg(log.errorString()));
ULTRACOPIER_DEBUGCONSOLE(DebugLevel_Warning,QString("log file already open, error: %1").arg(log.errorString()));
return;
}