]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
main: add __DATE__ to debug prolog
authorRay Strode <rstrode@redhat.com>
Fri, 17 Sep 2010 01:31:24 +0000 (21:31 -0400)
committerRay Strode <rstrode@redhat.com>
Fri, 17 Sep 2010 01:31:24 +0000 (21:31 -0400)
When looking at debug logs, it's often useful to know
how old the build of plymouth featured in the log is.

src/main.c

index 8152fc7452c72b716263a366a20a4e9cfc092d10..4b069c75139d8b2f94564024fa49b906a95a0e96 100644 (file)
@@ -1879,6 +1879,8 @@ initialize_environment (state_t *state)
   check_verbosity (state);
   check_logging (state);
 
+  ply_trace ("source built on %s", __DATE__);
+
   state->keystroke_triggers = ply_list_new ();
   state->entry_triggers = ply_list_new ();
   state->entry_buffer = ply_buffer_new();