Changeset 1534

Show
Ignore:
Timestamp:
06/10/04 22:50:25 (20 years ago)
Author:
jalet
Message:

Better log message

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/pykota/storages/ldapstorage.py

    r1523 r1534  
    2222# 
    2323# $Log$ 
     24# Revision 1.70  2004/06/10 20:50:25  jalet 
     25# Better log message 
     26# 
    2427# Revision 1.69  2004/06/05 22:18:04  jalet 
    2528# Now catches some exceptions earlier. 
     
    795798                mustadd = 0 
    796799            else : 
    797                 message = _("Unable to find an existing entry to attach pykotaAccount objectclass %s") % user.Name 
     800                message = _("Unable to find an existing objectClass %s entry with %s=%s to attach pykotaAccount objectClass") % (where, self.info["userrdn"], user.Name) 
    798801                if action.lower() == "warn" :     
    799802                    self.tool.logger.log_message("%s. A new entry will be created instead." % message, "warn")