- minor update

This commit is contained in:
zolliker
2006-06-20 13:33:45 +00:00
parent 05f7c861f3
commit f0efa659ab

View File

@ -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;
}