Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25ad0cae authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "fs_mgr_remount.cpp: pedantic grammar fixes." into main

parents 3be1a10d 79166302
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -171,11 +171,12 @@ bool VerifyCheckpointing() {
        }
        if (show_help) {
            show_help = false;
            std::cerr << "WARNING: Userdata checkpoint is in progress. To force end checkpointing, "
                         "call 'vdc checkpoint commitChanges'. This can lead to data corruption if "
                         "rolled back."
            std::cerr << "WARNING: Userdata checkpoint is in progress. "
                         "To forcibly end checkpointing, "
                         "call 'vdc checkpoint commitChanges'. "
                         "This can lead to data corruption if rolled back."
                      << std::endl;
            LOG(INFO) << "Waiting for checkpoint to complete and then continue remount.";
            LOG(INFO) << "Waiting for checkpoint to complete before remounting...";
        }
        std::this_thread::sleep_for(4s);
    }