summaryrefslogtreecommitdiffstats
path: root/usr/local/sbin
diff options
context:
space:
mode:
authorgnhb <gnoahb@gmail.com>2010-04-05 18:26:28 +0700
committergnhb <gnoahb@gmail.com>2010-04-05 18:26:28 +0700
commitfc5324e928bc85ed87e4fc91b464a84b8b80e980 (patch)
treeb2eb5366b8e3bfb43ade599d8d69ae79f9d20a57 /usr/local/sbin
parent68da8a7dd9f6b367535242779a45a53846885006 (diff)
downloadpfsense-fc5324e928bc85ed87e4fc91b464a84b8b80e980.zip
pfsense-fc5324e928bc85ed87e4fc91b464a84b8b80e980.tar.gz
more changes to mpd.script to make debugging easier.
Diffstat (limited to 'usr/local/sbin')
-rw-r--r--usr/local/sbin/mpd.script4
1 files changed, 2 insertions, 2 deletions
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
##
OpenPOWER on IntegriCloud