Skip to content

Commit 90d0464

Browse files
committed
add commnd to cprex debug
1 parent e4e858e commit 90d0464

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/rcm_server_pbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def prex(self,cmd):
4545

4646
def cprex(self,cmd):
4747
logger = logging.getLogger("basic")
48-
logger.debug("cprex")
48+
logger.debug("cprex cmd="+str(cmd))
4949
(r,o,e)=self.prex(cmd)
5050
if (r != 0):
5151
print e

0 commit comments

Comments
 (0)