summaryrefslogtreecommitdiff
path: root/ui/qt5
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt5')
-rw-r--r--ui/qt5/runner/executepage.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt5/runner/executepage.cc b/ui/qt5/runner/executepage.cc
index 999731a..d5788df 100644
--- a/ui/qt5/runner/executepage.cc
+++ b/ui/qt5/runner/executepage.cc
@@ -48,7 +48,7 @@ ExecutePage::ExecutePage(QWidget *parent) : HorizonWizardPage(parent) {
});
log.setFileName("/var/log/horizon/executor.log");
- Q_ASSERT(log.open(QFile::Append));
+ log.open(QFile::Append);
this->current = Prepare;
markRunning(this->current);