mirror of
https://github.com/Quill-OS/quill.git
synced 2024-11-01 05:43:21 -07:00
Add small log
This commit is contained in:
parent
6eef98f34d
commit
6a4f8835d4
1 changed files with 1 additions and 0 deletions
|
@ -950,6 +950,7 @@ void MainWindow::on_libraryButton_clicked()
|
||||||
log("Launching Online Library", className);
|
log("Launching Online Library", className);
|
||||||
if(testPing() == 0 or global::deviceID == "emu\n") {
|
if(testPing() == 0 or global::deviceID == "emu\n") {
|
||||||
// 'Do you want to sync?' dialog
|
// 'Do you want to sync?' dialog
|
||||||
|
log("Showing 'Sync required' dialog", className);
|
||||||
bool willSync = false;
|
bool willSync = false;
|
||||||
QString syncEpochQStr = readFile("/external_root/opt/storage/gutenberg/last_sync");
|
QString syncEpochQStr = readFile("/external_root/opt/storage/gutenberg/last_sync");
|
||||||
if(!syncEpochQStr.isEmpty()) {
|
if(!syncEpochQStr.isEmpty()) {
|
||||||
|
|
Loading…
Reference in a new issue