summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a7e92faa..08be3f60 100644
--- a/main.c
+++ b/main.c
@@ -418,6 +418,7 @@ sigterm_handler (int sig) {
int
main (int argc, char *argv[]) {
+ fprintf (stderr, "starting deadbeef " VERSION "\n");
srand (time (NULL));
#ifdef __linux__
prctl (PR_SET_NAME, "deadbeef-main", 0, 0, 0, 0);