X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/05577e6c12009f025c1a0e8a4aec956e6fa914f6..70d2939adaa6ee884690256fccba884f6cc606b0:/server/speaker.c diff --git a/server/speaker.c b/server/speaker.c index 1d26c6c..a1b2d1d 100644 --- a/server/speaker.c +++ b/server/speaker.c @@ -820,6 +820,8 @@ int main(int argc, char **argv) { disorder_fatal(errno, "error binding socket to %s", addr.sun_path); xlisten(listenfd, 128); nonblock(listenfd); + disorder_info("version "VERSION" process ID %lu", + (unsigned long)getpid()); disorder_info("listening on %s", addr.sun_path); memset(&sm, 0, sizeof sm); sm.type = SM_READY;