git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11243 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-01-15 23:32:19 +00:00
parent f18d532e96
commit 0564b6ccd3
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static int freeswitch_kill_background()
/* set the globals so we can use the global paths. */
switch_core_set_globals();
printf("WTF");
/* get the full path of the pid file. */
switch_snprintf(path, sizeof(path), "%s%s%s", SWITCH_GLOBAL_dirs.log_dir, SWITCH_PATH_SEPARATOR, pfile);