From fc5324e928bc85ed87e4fc91b464a84b8b80e980 Mon Sep 17 00:00:00 2001 From: gnhb Date: Mon, 5 Apr 2010 18:26:28 +0700 Subject: more changes to mpd.script to make debugging easier. --- usr/local/sbin/mpd.script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/sbin/mpd.script') diff --git a/usr/local/sbin/mpd.script b/usr/local/sbin/mpd.script index 5188848..f69ac4b 100644 --- a/usr/local/sbin/mpd.script +++ b/usr/local/sbin/mpd.script @@ -1436,14 +1436,14 @@ ModemCmd0: wait $modemCmdTimeout set $modemCmdResult "TIMEOUT" ModemCmdTimeout: - set $ErrorMsg "The modem is not responding to AT$modemCmd." + set $ErrorMsg "The modem is not responding to \"AT$modemCmd\" at ModemCmd: label." return ModemCmdOk: set $modemCmdResult "OK" return ModemCmdErr: set $modemCmdResult "ERROR" - set $ErrorMsg "The modem did not accept the command AT$modemCmd." + set $ErrorMsg "The modem responded with \"ERROR\" to the command \"AT$modemCmd\" at ModemCmd: label." return ## -- cgit v1.1