X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=common%2Fgsm-error.c;fp=common%2Fgsm-error.c;h=2aab609e7b13bb0fe8e8a2964c946aadfdc095e5;hp=93a05951591751a3907eb3e36036274091573172;hb=1fdb423c0a2e33c1282bec25de66d9f40d56999b;hpb=2c2798de53319dcec0435cd651e3e1922bdd6e86 diff --git a/common/gsm-error.c b/common/gsm-error.c index 93a0595..2aab609 100644 --- a/common/gsm-error.c +++ b/common/gsm-error.c @@ -13,8 +13,11 @@ Error codes. $Log$ - Revision 1.1.1.1 2001/11/25 21:58:58 short - :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001 + Revision 1.1.1.2 2001/12/14 19:48:52 short + :pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Fri Dec 14 20:46 CET 2001 + + Revision 1.3 2001/12/14 14:37:41 pkot + Cleanups. Call divert support for at and 7110 series Revision 1.2 2001/11/08 16:34:19 pkot Updates to work with new libsms @@ -37,7 +40,7 @@ char *print_error(GSM_Error e) case GE_TIMEOUT: return "Command timed out."; case GE_TRYAGAIN: return "Try again."; case GE_INVALIDSECURITYCODE: return "Invalid Security code."; - case GE_NOTIMPLEMENTED: return "Command called isn't implemented in model."; + case GE_NOTIMPLEMENTED: return "Called command is not implemented for the used model."; case GE_INVALIDSMSLOCATION: return "Invalid SMS location."; case GE_INVALIDPHBOOKLOCATION: return "Invalid phonebook location."; case GE_INVALIDMEMORYTYPE: return "Invalid type of memory.";