X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/d61f831b91130125c6bb91c2eb5cf241d5918f66..7077d53fd935e4b360c8bbce669818986d2f8e52:/server/disorderd.c diff --git a/server/disorderd.c b/server/disorderd.c index 612ac28..e3e7d86 100644 --- a/server/disorderd.c +++ b/server/disorderd.c @@ -239,7 +239,7 @@ int main(int argc, char **argv) { openlog(progname, LOG_PID, LOG_DAEMON); log_default = &log_syslog; } - disorder_info("process ID %lu", (unsigned long)getpid()); + disorder_info("version "VERSION" process ID %lu", (unsigned long)getpid()); fix_path(); srand(xtime(0)); /* don't start the same every time */ /* gcrypt initialization */