FS-4169 --resolve compiler warning for solaris
This commit is contained in:
parent
b65c321193
commit
021f48d02e
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue