--- sshlockout_pf.c 2010-08-05 22:03:51.189069181 +0200 +++ sshlockout_pf_new.c 2010-08-05 21:59:21.060582355 +0200 @@ -95,7 +95,7 @@ openlog("sshlockout", LOG_PID|LOG_CONS, LOG_AUTH); // We are starting up - syslog(LOG_ERR, "sshlockout v%s starting up", VERSION); + syslog(LOG_ERR, "sshlockout v%.1f starting up", VERSION); // Open up stderr and stdout to the abyss (void)freopen("/dev/null", "w", stdout);