aboutsummaryrefslogtreecommitdiffstats
path: root/main/udptl.c
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 18:05:43 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-28 18:05:43 +0000
commitb24edee2ba1446747594f0bd55d2c6154648ac4e (patch)
tree14970957b2a8609ec5321f54cceca478cd1c89cd /main/udptl.c
parent2a4ddf01ad7263975ccf987907e9aa8bbfbfe60b (diff)
Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka)
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@43933 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/udptl.c')
-rw-r--r--main/udptl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/udptl.c b/main/udptl.c
index 51d1fb97b..bd3a3acb4 100644
--- a/main/udptl.c
+++ b/main/udptl.c
@@ -712,7 +712,7 @@ void ast_udptl_set_error_correction_scheme(struct ast_udptl* udptl, int ec)
udptl->error_correction_scheme = UDPTL_ERROR_CORRECTION_NONE;
break;
default:
- ast_log(LOG_WARNING, "error correction parameter invalid");
+ ast_log(LOG_WARNING, "error correction parameter invalid\n");
};
} else
ast_log(LOG_WARNING, "udptl structure is null\n");