From: Jeff Lenk Date: Thu, 17 May 2012 15:28:51 +0000 (-0500) Subject: FS-4169 --resolve compiler warning for solaris X-Git-Tag: v1.2.0~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=021f48d02ec06d27d43d440fa3e9574aa06e3ff6;p=thirdparty%2Ffreeswitch.git FS-4169 --resolve compiler warning for solaris --- diff --git a/src/switch.c b/src/switch.c index a3f8759d8c..189eea40cf 100644 --- a/src/switch.c +++ b/src/switch.c @@ -288,7 +288,7 @@ void daemonize(int do_wait) while(--sanity && !system_ready) { if (sanity % 2 == 0) { - printf("FreeSWITCH[%d] Waiting for background process pid:%d to be ready.....\n", getpid(), (int) pid); + printf("FreeSWITCH[%d] Waiting for background process pid:%d to be ready.....\n", (int)getpid(), (int) pid); } sleep(1); }