[svn-commits] rmudgett: trunk r370598 - /trunk/main/test.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Jul 30 18:26:55 CDT 2012


Author: rmudgett
Date: Mon Jul 30 18:26:51 2012
New Revision: 370598

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=370598
Log:
Tweak unit test warning message.

Modified:
    trunk/main/test.c

Modified: trunk/main/test.c
URL: http://svnview.digium.com/svn/asterisk/trunk/main/test.c?view=diff&rev=370598&r1=370597&r2=370598
==============================================================================
--- trunk/main/test.c (original)
+++ trunk/main/test.c Mon Jul 30 18:26:51 2012
@@ -553,7 +553,7 @@
 	}
 
 	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);
 	}
 




More information about the svn-commits mailing list