diff options
Diffstat (limited to 'ui')
-rw-r--r-- | ui/qt5/runner/executepage.cc | 2 |
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); |