Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Changeset 1896

Show
Ignore:
Timestamp:
02/19/08 14:20:46
Author:
fumanchu
Message:

On Windows, no need to log "uid/gid not set".

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/cherrypy/restsrv/plugins.py

    r1895 r1896  
    176176        else: 
    177177            if self.uid is None and self.gid is None: 
    178                 self.bus.log('uid/gid not set') 
     178                if pwd or grp: 
     179                    self.bus.log('uid/gid not set') 
    179180            else: 
    180181                self.bus.log('Started as uid: %r gid: %r' % current_ids()) 

Hosted by WebFaction

Log in as guest/cpguest to create tickets