[dahdi-commits] tzafrir: branch tools/2.5 r10554 - /tools/branches/2.5/xpp/astribank_license.c

SVN commits to the DAHDI project dahdi-commits at lists.digium.com
Tue Mar 20 06:51:23 CDT 2012


Author: tzafrir
Date: Tue Mar 20 06:43:35 2012
New Revision: 10554

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=10554
Log:
xpp: astribank_allow: useless debug on write

Remove a useless debug message in the "write" operation.

Signed-off-by: Tzafrir Cohen <tzafrir.cohen at xorcom.com>

Origin: http://svnview.digium.com/svn/dahdi?view=rev&rev=10549

Modified:
    tools/branches/2.5/xpp/astribank_license.c

Modified: tools/branches/2.5/xpp/astribank_license.c
URL: http://svnview.digium.com/svn/dahdi/tools/branches/2.5/xpp/astribank_license.c?view=diff&rev=10554&r1=10553&r2=10554
==============================================================================
--- tools/branches/2.5/xpp/astribank_license.c (original)
+++ tools/branches/2.5/xpp/astribank_license.c Tue Mar 20 06:43:35 2012
@@ -311,7 +311,6 @@
 			case STATE_READ_DATA:
 				license_marker_end = marker_find(line, 1);
 				if (license_marker_end) {
-					printf("DEBUG: end=%d begin=%d\n", license_marker_end, license_marker_begin);
 					if (license_marker_end != license_marker_begin) {
 						ERR("Line %d: End marker != Begin marker\n", lineno);
 						return -1;




More information about the dahdi-commits mailing list