daemon: Improve daemon_log_welcome().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 15 Dec 2014 19:20:44 +0000 (20:20 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Wed, 22 Jul 2015 08:01:02 +0000 (10:01 +0200)
commitce231275f1e5368aca092cf207bba8fe58015822
tree3006bd3517ec9f83d8eba2f6c97cd13f7093c3ad
parent385aab3b349e2d60d2ce863abda57e3a3f2c3afd
daemon: Improve daemon_log_welcome().

This function is used within para_server and para_audiod. Adding the
"para_" prefix in daemon_log_welcome() rather than its callers avoids
the duplication. Also rename the "whoami" parameter to "name" and add
documentation for it. Finally, the build date is not really important
in the log message, so simply remove it.
audiod.c
daemon.c
server.c