chiark / gitweb /
shutdown: print a message when storage is finalized
authorLennart Poettering <lennart@poettering.net>
Mon, 8 Apr 2013 19:22:14 +0000 (21:22 +0200)
committerLennart Poettering <lennart@poettering.net>
Mon, 8 Apr 2013 19:22:14 +0000 (21:22 +0200)
src/core/shutdown.c

index 0b0e0c3d476c3d10c74ce0044706adf1c291195e..86ea054a1b938bf83c5033ae53cc34eb2a259732 100644 (file)
@@ -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];