fs_mgr_remount.cpp: pedantic grammar fixes.

In my defense, I genuinely thought it was telling me to try again.

Change-Id: I613cd076a13de440bc98a8385022dd9f4b74311c
This commit is contained in:
Elliott Hughes 2024-06-26 20:22:37 +00:00
parent b2bd7ae863
commit 791663022e

View file

@ -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);
}