]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Missing newline
authorTilghman Lesher <tilghman@meg.abyt.es>
Fri, 10 Sep 2010 18:22:04 +0000 (18:22 +0000)
committerTilghman Lesher <tilghman@meg.abyt.es>
Fri, 10 Sep 2010 18:22:04 +0000 (18:22 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@286023 65c4cc65-6c06-0410-ace0-fbb531ad65f3

main/test.c

index f47300908036d2c8bd39e57b066db5ab32cbf7a8..eb509b33fc12ddce8189ad53ec2ddfac6d42e45d 100644 (file)
@@ -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);
        }