main: add __DATE__ to debug prolog

When looking at debug logs, it's often useful to know
how old the build of plymouth featured in the log is.
calculate-0.9.5
Ray Strode 14 years ago
parent e418037965
commit 784fbcfb09

@ -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();

Loading…
Cancel
Save