diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-04-08 21:22:14 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-04-08 21:22:14 +0200 |
commit | 5989dbb2334473270265357622326496e16747d1 (patch) | |
tree | 959a1fd8a1055b5d2f2e1ea338d5ef531d7decad /src/core/shutdown.c | |
parent | c4aa09b06f835c91cea9e021df4c3605cff2318d (diff) |
shutdown: print a message when storage is finalized
Diffstat (limited to 'src/core/shutdown.c')
-rw-r--r-- | src/core/shutdown.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/shutdown.c b/src/core/shutdown.c index 0b0e0c3d47..86ea054a1b 100644 --- a/src/core/shutdown.c +++ b/src/core/shutdown.c @@ -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]; |