From d1dbe65f16cbf4abdcd7fc364133a537c26cb054 Mon Sep 17 00:00:00 2001 From: tilghman Date: Fri, 10 Sep 2010 18:30:21 +0000 Subject: Merged revisions 286023 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r286023 | tilghman | 2010-09-10 13:22:04 -0500 (Fri, 10 Sep 2010) | 2 lines Missing newline ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@286024 f38db490-d61c-443f-a65b-d21fe96a405b --- main/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/test.c b/main/test.c index 877e5082e..15193f710 100644 --- a/main/test.c +++ b/main/test.c @@ -548,7 +548,7 @@ static struct ast_test *test_alloc(ast_test_cb_t *cb) } if (test->info.category[0] != '/' || test->info.category[strlen(test->info.category) - 1] != '/') { - ast_log(LOG_WARNING, "Test category is missing a leading or trailing backslash for test %s%s", + ast_log(LOG_WARNING, "Test category is missing a leading or trailing backslash for test %s%s\n", test->info.category, test->info.name); } -- cgit v1.2.3