]> git.zerfleddert.de Git - rsbs2/commitdiff
fix syslog debug setup
authorMichael Gernoth <michael@gernoth.net>
Sun, 1 Feb 2009 13:14:37 +0000 (14:14 +0100)
committerMichael Gernoth <michael@gernoth.net>
Sun, 1 Feb 2009 13:14:37 +0000 (14:14 +0100)
rsbs2

diff --git a/rsbs2 b/rsbs2
index 28aa093abc2d16bb90884eb8f8ac71a376fa6c78..51a02d5d40bcd496ed650901e44259d3c76e2af0 100755 (executable)
--- a/rsbs2
+++ b/rsbs2
@@ -246,7 +246,7 @@ sub syslog_debug {
                return;
        }
 
-       $reqstr='<?XML version="1.0"?><?RMCXML version="1.0"?><RMCSEQ><REQ CMD="dbgmsgcfg"><ON>TRUE</ON><CHANNELMASK>0x0</CHANNELMASK><MMASK>0x0</MMASK><STORE>FALSE</STORE></REQ></RMCSEQ>';
+       $reqstr='<?XML version="1.0"?><?RMCXML version="1.0"?><RMCSEQ><REQ CMD="dbgmsgcfg"><ON>TRUE</ON><CHANNELMASK>0x1</CHANNELMASK><MMASK>0x1</MMASK><STORE>FALSE</STORE></REQ></RMCSEQ>';
        $res = _req($reqstr);
        if ($res->{RESP}->{RC} ne '0x0') {
                print "FAILED:".$res->{RESP}->{RC}."\n";
Impressum, Datenschutz