From f0efa659ab194ff8229ec341d56faa97ca22f0cf Mon Sep 17 00:00:00 2001 From: zolliker Date: Tue, 20 Jun 2006 13:33:45 +0000 Subject: [PATCH] - minor update --- ighdriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ighdriv.c b/ighdriv.c index 40a0ed3..0d6a7e7 100644 --- a/ighdriv.c +++ b/ighdriv.c @@ -206,7 +206,7 @@ void IghStatus(Igh *drv) { ans[15] != 'S' || ans[17] != 'O' || ans[19] != 'E') { - ParPrintf(drv, eError, "illegal status response"); + ParPrintf(drv, eError, "illegal status response: %s", ans); *code = EASE_FAULT; return; }