Changeset 2257:3936feebb4dc

Show
Ignore:
Timestamp:
08/26/08 20:14:10 (3 months ago)
Author:
dunker@…
Branch:
default
Message:

nit

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • gozerbot/generic.py

    r2255 r2257  
    372372        t = time.time() 
    373373        mod = whichmodule() 
    374         if mod and descr in mod: 
    375             descr = mod 
    376         else: 
    377             descr = "%s - %s -" % (mod, descr) 
    378         outtxt = "[%s %s] (%s) %s\n" % (dmy(t), uurminsec(t), descr, txt) 
     374        outtxt = "[%s %s] (%s) - %s - %s\n" % (dmy(t), uurminsec(t), mod, descr, txt) 
    379375        sys.stdout.write(outtxt) 
    380376        sys.stdout.flush()