aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_rpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_rpt.c')
-rw-r--r--apps/app_rpt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_rpt.c b/apps/app_rpt.c
index 305e59eb4..ac966e9bb 100644
--- a/apps/app_rpt.c
+++ b/apps/app_rpt.c
@@ -2618,7 +2618,7 @@ pthread_attr_t attr;
rpt_mutex_lock(&myrpt->lock);
remque((struct qlem *) tele); /* We don't like stuck transmitters, remove it from the queue */
rpt_mutex_unlock(&myrpt->lock);
- ast_log(LOG_WARNING, "Could not create telemetry thread: %s",strerror(res));
+ ast_log(LOG_WARNING, "Could not create telemetry thread: %s\n",strerror(res));
}
return;
}