diff --git a/webif/plugin/schedchk/schedchk.jim b/webif/plugin/schedchk/schedchk.jim index da797db..c0550d9 100755 --- a/webif/plugin/schedchk/schedchk.jim +++ b/webif/plugin/schedchk/schedchk.jim @@ -377,7 +377,7 @@ proc chkActive {resv dresv rstatus} { log "*** Recording not started *** - $dresv" 0 } default { - log "*** Status $rstatus Unexpected *** - $dresv" 0 + log "*** Status $rstatus Unexpected *** - $dresv" 1 return } }