summaryrefslogtreecommitdiff
path: root/main/test.c
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2012-07-30 23:26:51 +0000
committerRichard Mudgett <rmudgett@digium.com>2012-07-30 23:26:51 +0000
commitb83500ab613fbaae4c5da0e434a5803c5ec60a09 (patch)
tree4bed4289d5b4b9e7fe6a05119c6b7c6a1cf96df1 /main/test.c
parent49a6b4935e0193c44793db301d12632e7a79b7ac (diff)
Tweak unit test warning message.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/test.c')
-rw-r--r--main/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/test.c b/main/test.c
index 2bd0b9299..16973ba1e 100644
--- a/main/test.c
+++ b/main/test.c
@@ -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);
}