[svn-commits] kmoore: tools/trunk r8306 - /tools/trunk/dahdi_maint.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Tue Mar 9 09:44:35 CST 2010
Author: kmoore
Date: Tue Mar 9 09:44:30 2010
New Revision: 8306
URL: http://svnview.digium.com/svn/dahdi?view=rev&rev=8306
Log:
Correct an error message to reflect the error that actually occurred.
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=8306&r1=8305&r2=8306
==============================================================================
--- tools/trunk/dahdi_maint.c (original)
+++ tools/trunk/dahdi_maint.c Tue Mar 9 09:44:30 2010
@@ -203,8 +203,8 @@
}
res = ioctl(ctl, DAHDI_MAINT, &m);
if (res)
- printf("This type of looping is not supported by the"\
- " driver for this span\n");
+ printf("This type of error injection is not supported"\
+ " by the driver for this span\n");
}
if (gflag) {
More information about the svn-commits
mailing list