From: Brian West Date: Thu, 5 Mar 2009 05:03:52 +0000 (+0000) Subject: spaces help readability X-Git-Tag: v1.0.4~1663 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=578481e6556cb9e538d8ec69d11f0c033b3dbdc8;p=thirdparty%2Ffreeswitch.git spaces help readability git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12446 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core_media_bug.c b/src/switch_core_media_bug.c index a8c40bb2b2..e5e6da45b9 100644 --- a/src/switch_core_media_bug.c +++ b/src/switch_core_media_bug.c @@ -123,7 +123,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(switch_media_bug_t *b } if (!(bug->raw_read_buffer && (bug->raw_write_buffer || !switch_test_flag(bug, SMBF_WRITE_STREAM)))) { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "%sBuffer Error\n", switch_channel_get_name(bug->session->channel)); + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "%s Buffer Error\n", switch_channel_get_name(bug->session->channel)); return SWITCH_STATUS_FALSE; }