Add small log

This commit is contained in:
Nicolas Mailloux 2023-05-21 17:26:39 +00:00
parent 6eef98f34d
commit 6a4f8835d4

View file

@ -950,6 +950,7 @@ void MainWindow::on_libraryButton_clicked()
log("Launching Online Library", className);
if(testPing() == 0 or global::deviceID == "emu\n") {
// 'Do you want to sync?' dialog
log("Showing 'Sync required' dialog", className);
bool willSync = false;
QString syncEpochQStr = readFile("/external_root/opt/storage/gutenberg/last_sync");
if(!syncEpochQStr.isEmpty()) {