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:
parent
b2bd7ae863
commit
791663022e
1 changed files with 5 additions and 4 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue