little fix

This commit is contained in:
Joshua Claveau 2021-03-21 19:06:12 +01:00 committed by joshua
parent 164536c3ef
commit 04226a5dee

View File

@ -208,7 +208,7 @@ int main(int argc, char **argv)
qInfo("Start-up");
// delete old log files of max 7 days old.
delete_old_log_files(7);
auto ma = Machine_info();
Machine_info ma;
ma.send_info_to_debug();
});
return app.exec();