X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pfix-srsd%2Fmain-srsd.c;h=cab13fa2f6d07d22e6ed77dee48d352c6534dc89;hb=39e8c944acc71c4e3deaa48d55c09279fd80d81f;hp=49339c114237f707bdf4fc1dff61df6048c681a7;hpb=09cd9ac733c72efbd4f0b7ca90f2e2ccc60d2c07;p=apps%2Fpfixtools.git diff --git a/pfix-srsd/main-srsd.c b/pfix-srsd/main-srsd.c index 49339c1..cab13fa 100644 --- a/pfix-srsd/main-srsd.c +++ b/pfix-srsd/main-srsd.c @@ -43,7 +43,7 @@ #include "server.h" #define DAEMON_NAME "pfix-srsd" -#define DAEMON_VERSION "0.1" +#define DAEMON_VERSION "0.5" #define DEFAULT_ENCODER_PORT 10001 #define DEFAULT_DECODER_PORT 10002 #define RUNAS_USER "nobody" @@ -304,7 +304,7 @@ int main(int argc, char *argv[]) return EXIT_FAILURE; } - info("starting %s v%s...", DAEMON_NAME, DAEMON_VERSION); + info("%s v%s...", DAEMON_NAME, DAEMON_VERSION); config.domain = argv[optind]; config.srs = srs_read_secrets(argv[optind + 1]);