Changeset 1054 for WAeUP_SRP


Ignore:
Timestamp:
14 Dec 2006, 07:32:31 (18 years ago)
Author:
Henrik Bettermann
Message:

logging messages modified

Location:
WAeUP_SRP/trunk/skins/waeup_student
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_student/application_edit.py

    r1024 r1054  
    1616current = DateTime.DateTime()
    1717import logging
    18 logger = logging.getLogger('Student.application_edit')
     18logger = logging.getLogger('Student.Application.Edit')
    1919
    2020# Until ajax posts directly to its own script...
  • WAeUP_SRP/trunk/skins/waeup_student/clearance_edit.py

    r1036 r1054  
    3737        #return REQUEST.RESPONSE.redirect(context.portal_url())
    3838        return REQUEST.RESPONSE.redirect(context.standard_error_message())
    39        
     39
    4040
    4141student = info['student']
     
    6262    if cpsdocument_edit_button:
    6363        psm = "Content changed!"
     64        logger.info('"%s","edited clearance of","%s"' % (member_id,student_id ))
    6465        if clear_doc.clr_ac_pin == "":
    6566            res = context.portal_pins(student=member_id)
Note: See TracChangeset for help on using the changeset viewer.