summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKinsey Moore <kmoore@digium.com>2010-03-09 15:44:30 +0000
committerKinsey Moore <kmoore@digium.com>2010-03-09 15:44:30 +0000
commitbb2c3257938047cadf1cc01a7890a4cebd52a9a3 (patch)
treee7fe763c58d8d573a5e825f85514a0a8b09a0e84
parent8f7a3674e678b5dd6c8460c67806589b054ee40e (diff)
Correct an error message to reflect the error that actually occurred.
git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@8306 a0bf4364-ded3-4de4-8d8a-66a801d63aff
-rw-r--r--dahdi_maint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dahdi_maint.c b/dahdi_maint.c
index 40220a5..fe59ed7 100644
--- a/dahdi_maint.c
+++ b/dahdi_maint.c
@@ -203,8 +203,8 @@ int main(int argc, char *argv[])
}
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) {