]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
remove unneeded fflush
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 19 Dec 2008 17:12:27 +0000 (17:12 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 19 Dec 2008 17:12:27 +0000 (17:12 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10883 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_log.c

index 4804f6dc943d6c2471be6096224ed5e92c3b9e98..5db4e9105dbdd401af082a443da5e1ce2c5bf752 100644 (file)
@@ -376,9 +376,7 @@ SWITCH_DECLARE(void) switch_log_printf(switch_text_channel_t channel, const char
 
        switch_safe_free(data);
        switch_safe_free(new_fmt);
-       if (handle) {
-               fflush(handle);
-       }
+
 }
 
 SWITCH_DECLARE(switch_status_t) switch_log_init(switch_memory_pool_t *pool, switch_bool_t colorize)