FS-4169 --resolve compiler warning for solaris

This commit is contained in:
Jeff Lenk 2012-05-17 10:28:51 -05:00
parent b65c321193
commit 021f48d02e
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ void daemonize(int do_wait)
while(--sanity && !system_ready) { while(--sanity && !system_ready) {
if (sanity % 2 == 0) { 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); sleep(1);
} }