From b83500ab613fbaae4c5da0e434a5803c5ec60a09 Mon Sep 17 00:00:00 2001
From: Richard Mudgett <rmudgett@digium.com>
Date: Mon, 30 Jul 2012 23:26:51 +0000
Subject: [PATCH] Tweak unit test warning message.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370598 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 main/test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/test.c b/main/test.c
index 2bd0b9299d..16973ba1e7 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);
 	}
 
-- 
GitLab