[svn-commits] kmoore: tools/trunk r8444 - /tools/trunk/dahdi_maint.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Mar 29 16:04:59 CDT 2010


Author: kmoore
Date: Mon Mar 29 16:04:55 2010
New Revision: 8444

URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8444
Log:
Add a space between words and correct an error message.

Modified:
    tools/trunk/dahdi_maint.c

Modified: tools/trunk/dahdi_maint.c
URL: http://svnview.digium.com/svn/dahdi/tools/trunk/dahdi_maint.c?view=diff&rev=8444&r1=8443&r2=8444
==============================================================================
--- tools/trunk/dahdi_maint.c (original)
+++ tools/trunk/dahdi_maint.c Mon Mar 29 16:04:55 2010
@@ -176,7 +176,7 @@
 		res = ioctl(ctl, DAHDI_MAINT, &m);
 		if (res)
 			printf("This type of looping not supported by the"\
-					"driver for this span\n");
+					" driver for this span\n");
 	}
 
 	if (iflag) {
@@ -213,8 +213,8 @@
 		m.command = DAHDI_MAINT_PRBS;
 		res = ioctl(ctl, DAHDI_MAINT, &m);
 		if (res) {
-			printf("This type of error injection is not supported"\
-					" by the driver for this span\n");
+			printf("Pseudo-random binary sequence generation is"\
+				" not supported by the driver for this span\n");
 		}
 	}
 




More information about the svn-commits mailing list