X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/feda7bfaefd9e5fb705d6893f26428a3109e7226..70d2939adaa6ee884690256fccba884f6cc606b0:/clients/playrtp.c diff --git a/clients/playrtp.c b/clients/playrtp.c index 2bd2452..c9005f8 100644 --- a/clients/playrtp.c +++ b/clients/playrtp.c @@ -708,6 +708,8 @@ int main(int argc, char **argv) { default: disorder_fatal(0, "usage: disorder-playrtp [OPTIONS] [[ADDRESS] PORT]"); } + disorder_info("version "VERSION" process ID %lu", + (unsigned long)getpid()); /* Look up address and port */ if(!(res = get_address(&sl, &prefs, &sockname))) exit(1);