]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
formating tweak
authorBrian West <brian@freeswitch.org>
Mon, 21 Jul 2008 16:09:23 +0000 (16:09 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 21 Jul 2008 16:09:23 +0000 (16:09 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9121 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index bbcc14a72a160d9129e06f489e5b483b532808c9..9ed49ff392151a47971612ac00150fe57179fec2 100644 (file)
@@ -1248,7 +1248,7 @@ static switch_status_t cmd_status(char **argv, int argc, switch_stream_handle_t
                                stream->write_function(stream, "BIND-URL      \t%s\n", switch_str_nil(profile->bindurl));
                                if (sofia_test_pflag(profile, PFLAG_TLS)) {
                                        stream->write_function(stream, "TLS-URL      \t%s\n", switch_str_nil(profile->tls_url));
-                                       stream->write_function(stream, "TLS-BIND-URL      \t%s\n", switch_str_nil(profile->tls_bindurl));
+                                       stream->write_function(stream, "TLS-BIND-URL    %s\n", switch_str_nil(profile->tls_bindurl));
                                }
                                stream->write_function(stream, "HOLD-MUSIC    \t%s\n", switch_str_nil(profile->hold_music));
                                stream->write_function(stream, "CODECS        \t%s\n", switch_str_nil(profile->codec_string));