]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorBrian West <brian@freeswitch.org>
Thu, 15 Jan 2009 23:32:19 +0000 (23:32 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 15 Jan 2009 23:32:19 +0000 (23:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11243 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch.c

index c47a64386d4b28eeba015e5da685f3f3dca7839e..20401a17134e2bd2e0b220b9e0c4452fa20130da 100644 (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);