Changeset 2792
- Timestamp:
- 03/06/06 08:59:37 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/bin/pkusers
r2789 r2792 331 331 if oldentry is not None : 332 332 if skipexisting : 333 self. printInfo(_("%s %s already exists, skipping.") % (_(suffix), ename))333 self.logdebug(_("%s %s already exists, skipping.") % (_(suffix), ename)) 334 334 else : 335 self. printInfo(_("%s %s already exists, will be modified.") % (_(suffix), ename))335 self.logdebug(_("%s %s already exists, will be modified.") % (_(suffix), ename)) 336 336 if groups : 337 337 self.modifyEntry(oldentry, groups, \