]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4169 --resolve compiler warning for solaris
authorJeff Lenk <jeff@jefflenk.com>
Thu, 17 May 2012 15:28:51 +0000 (10:28 -0500)
committerJeff Lenk <jeff@jefflenk.com>
Thu, 17 May 2012 15:28:51 +0000 (10:28 -0500)
src/switch.c

index a3f8759d8cd510208a2a8b6bfe1cd5b4a59ee21f..189eea40cf9a9068b328162891645445359c5d1e 100644 (file)
@@ -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);
                                }