Extend the error message
This commit is contained in:
parent
a4ae81ec06
commit
4d0e65b3b6
|
|
@ -42,7 +42,7 @@ const char *SPerror(int type)
|
|||
msg = "no such terminal on this device";
|
||||
break;
|
||||
case E_BADPARM:
|
||||
msg = "no such parameter on this device";
|
||||
msg = "no such parameter on this device or parameter is missing";
|
||||
break;
|
||||
case E_NOMEM:
|
||||
msg = "out of memory";
|
||||
|
|
|
|||
Loading…
Reference in New Issue