mirror of
https://github.com/systemd/systemd.git
synced 2025-01-22 08:24:20 +08:00
shutdown: print a message when storage is finalized
This commit is contained in:
parent
c4aa09b06f
commit
5989dbb233
@ -261,6 +261,8 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
if (retries >= FINALIZE_ATTEMPTS)
|
||||
log_error("Too many iterations, giving up.");
|
||||
else
|
||||
log_info("Storage is finalized.");
|
||||
|
||||
arguments[0] = NULL;
|
||||
arguments[1] = argv[1];
|
||||
|
Loading…
Reference in New Issue
Block a user