diff --git a/src/main.cpp b/src/main.cpp index f02038b..b86f668 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -33,6 +33,7 @@ int main( int argc, char *argv[] ) updater.start(program, QStringList() << QProcessEnvironment::systemEnvironment().value("APPIMAGE", "")); if(!updater.waitForStarted()) qDebug() << "Failed to start updater."; + qDebug() << updater.errorString(); qDebug() << program; exit(0); }