提交 021f48d0 authored 作者: Jeff Lenk's avatar Jeff Lenk

FS-4169 --resolve compiler warning for solaris

上级 b65c3211
......@@ -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);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论