Changeset 3059

Show
Ignore:
Timestamp:
11/16/06 21:38:58 (17 years ago)
Author:
jerome
Message:

Now logs where print job's datas come from.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/cupspykota

    r3050 r3059  
    481481            self.regainPriv() 
    482482            infile = open(self.InputFile, "rb") 
     483            self.logdebug("Reading input datas from %s" % self.InputFile) 
    483484            mustclose = 1 
    484485        else :     
    485486            infile = sys.stdin 
     487            self.logdebug("Reading input datas from stdin") 
    486488        CHUNK = 64*1024         # read 64 Kb at a time 
    487489        dummy = 0