Show
Ignore:
Timestamp:
01/07/04 17:16:32 (20 years ago)
Author:
jalet
Message:

Better debugging information

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r1240 r1256  
    2424# 
    2525# $Log$ 
     26# Revision 1.18  2004/01/07 16:16:32  jalet 
     27# Better debugging information 
     28# 
    2629# Revision 1.17  2003/12/27 16:49:25  uid67467 
    2730# Should be ok now. 
     
    230233         
    231234        # And launch it 
    232         thebackend.logdebug("Starting real backend %s with args %s" % (realbackend, " ".join([os.environ["DEVICE_URI"]] + sys.argv[1:]))) 
     235        thebackend.logdebug("Starting real backend %s with args %s" % (realbackend, " ".join(['"%s"' % a for a in ([os.environ["DEVICE_URI"]] + sys.argv[1:])]))) 
    233236        subprocess = PyKotaPopen3([realbackend] + sys.argv[1:], capturestderr=1, bufsize=0, arg0=os.environ["DEVICE_URI"]) 
    234237