diff --git a/config.h b/config.h index 22d17a7..8475f87 100755 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define VERSION "1.2.2" +#define VERSION "1.2.3" #define PACKAGE "Proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) " diff --git a/messages.c b/messages.c index 7fbe277..692bcfb 100644 --- a/messages.c +++ b/messages.c @@ -37,7 +37,7 @@ void message( char *s, ... ) va_end( ap ); if ( i_am_daemon ) - syslog( LOG_NOTICE, buf ); + syslog( LOG_NOTICE, "%s", buf ); else fputs( buf, stderr ); }