[asterisk-commits] tilghman: branch 1.4 r286023 - /branches/1.4/main/test.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Sep 10 13:22:08 CDT 2010
Author: tilghman
Date: Fri Sep 10 13:22:04 2010
New Revision: 286023
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=286023
Log:
Missing newline
Modified:
branches/1.4/main/test.c
Modified: branches/1.4/main/test.c
URL: http://svnview.digium.com/svn/asterisk/branches/1.4/main/test.c?view=diff&rev=286023&r1=286022&r2=286023
==============================================================================
--- branches/1.4/main/test.c (original)
+++ branches/1.4/main/test.c Fri Sep 10 13:22:04 2010
@@ -548,7 +548,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 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);
}
More information about the asterisk-commits
mailing list