Show
Ignore:
Timestamp:
10/24/04 11:06:46 (20 years ago)
Author:
jalet
Message:

Added debug messages for LPRng support possible problem ???

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/tool.py

    r1856 r1872  
    2222# 
    2323# $Log$ 
     24# Revision 1.136  2004/10/24 09:06:46  jalet 
     25# Added debug messages for LPRng support possible problem ??? 
     26# 
    2427# Revision 1.135  2004/10/20 14:29:30  jalet 
    2528# Now logs something when locale settings are incorrect. 
     
    589592            self.printInfo("Incorrect locale settings. PyKota falls back to the 'C' locale.", "warn") 
    590593        self.logdebug("Charset in use : %s" % self.charset) 
     594        arguments = " ".join(['"%s"' % arg for arg in sys.argv]) 
     595        self.logdebug("Command line arguments : %s" % arguments) 
    591596         
    592597    def getCharset(self) :