From 29d27bfe0d50c383f6d1e44fa4d72cc244b62437 Mon Sep 17 00:00:00 2001 From: Joshua Colp Date: Thu, 28 Sep 2006 18:09:01 +0000 Subject: Merged revisions 43933 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r43933 | file | 2006-09-28 14:05:43 -0400 (Thu, 28 Sep 2006) | 2 lines Put in missing \ns on the end of ast_logs (issue #7936 reported by wojtekka) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@43934 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_followme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/app_followme.c') diff --git a/apps/app_followme.c b/apps/app_followme.c index 0ee3abc3a..f83cfa165 100644 --- a/apps/app_followme.c +++ b/apps/app_followme.c @@ -951,7 +951,7 @@ static int app_exec(struct ast_channel *chan, void *data) if (option_debug) ast_log(LOG_DEBUG, "New profile %s.\n", args.followmeid); if (!f) { - ast_log(LOG_WARNING, "Profile requested, %s, not found in the configuration.", args.followmeid); + ast_log(LOG_WARNING, "Profile requested, %s, not found in the configuration.\n", args.followmeid); res = -1; } else { /* XXX TODO: Reinsert the db check value to see whether or not follow-me is on or off */ -- cgit v1.2.3