From bb2c3257938047cadf1cc01a7890a4cebd52a9a3 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Tue, 9 Mar 2010 15:44:30 +0000 Subject: 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 --- dahdi_maint.c | 4 ++-- 1 file 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) { -- cgit v1.2.3