From: Lennart Poettering Date: Mon, 8 Apr 2013 19:22:14 +0000 (+0200) Subject: shutdown: print a message when storage is finalized X-Git-Tag: v201~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=5989dbb2334473270265357622326496e16747d1;ds=sidebyside shutdown: print a message when storage is finalized --- 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];