summaryrefslogtreecommitdiff
path: root/main/udptl.c
diff options
context:
space:
mode:
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 c7d4b9f8d..72f316f7e 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");