Skip to content
Snippets Groups Projects
Commit b83500ab authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Tweak unit test warning message.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 49a6b493
Branches
Tags
No related merge requests found
......@@ -553,7 +553,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 slash for test %s%s\n",
ast_log(LOG_WARNING, "Test category '%s' for test '%s' is missing a leading or trailing slash.\n",
test->info.category, test->info.name);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment