mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
more changes to mpd.script to make debugging easier.
This commit is contained in:
parent
68da8a7dd9
commit
fc5324e928
@ -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
|
||||
|
||||
##
|
||||
|
||||
Loading…
Reference in New Issue
Block a user