From: Tilghman Lesher Date: Fri, 10 Sep 2010 18:22:04 +0000 (+0000) Subject: Missing newline X-Git-Tag: 1.4.37-rc1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619807167e0a5dbb2d8cbf38c1711329bd33ddfc;p=thirdparty%2Fasterisk.git Missing newline git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@286023 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/test.c b/main/test.c index f473009080..eb509b33fc 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); }