summaryrefslogtreecommitdiff
path: root/src/core/shutdown.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2013-04-08 21:22:14 +0200
committerLennart Poettering <lennart@poettering.net>2013-04-08 21:22:14 +0200
commit5989dbb2334473270265357622326496e16747d1 (patch)
tree959a1fd8a1055b5d2f2e1ea338d5ef531d7decad /src/core/shutdown.c
parentc4aa09b06f835c91cea9e021df4c3605cff2318d (diff)
shutdown: print a message when storage is finalized
Diffstat (limited to 'src/core/shutdown.c')
-rw-r--r--src/core/shutdown.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/shutdown.c b/src/core/shutdown.c
index 0b0e0c3d4..86ea054a1 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];