]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Add missing newline character in the warning message about deprecated TOS values
authorRussell Bryant <russell@russellbryant.com>
Tue, 26 Sep 2006 20:30:36 +0000 (20:30 +0000)
committerRussell Bryant <russell@russellbryant.com>
Tue, 26 Sep 2006 20:30:36 +0000 (20:30 +0000)
in configuration.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@43703 65c4cc65-6c06-0410-ace0-fbb531ad65f3

channels/chan_sip.c

index a21760d20178820c52dc9c5b1528b4a8594a3f88..1984b58e9e44cf2d947d4ee3f9cdfd72e22ba426 100644 (file)
@@ -15911,7 +15911,7 @@ static int reload_config(enum channelreloadreason reason)
                                global_tos_sip = temp_tos;
                                global_tos_audio = temp_tos;
                                global_tos_video = temp_tos;
-                               ast_log(LOG_WARNING, "tos value at line %d is deprecated.  See doc/ip-tos.txt for more information.", v->lineno);
+                               ast_log(LOG_WARNING, "tos value at line %d is deprecated.  See doc/ip-tos.txt for more information.\n", v->lineno);
                        } else
                                ast_log(LOG_WARNING, "Invalid tos value at line %d, See doc/ip-tos.txt for more information.\n", v->lineno);
                } else if (!strcasecmp(v->name, "tos_sip")) {