Ignore:
Timestamp:
8 Dec 2006, 21:12:01 (18 years ago)
Author:
Henrik Bettermann
Message:

logging messages modified

File:
1 edited

Legend:

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

    r1016 r1017  
    3232    logger.info('"anonymous access","%s"' % request.get('URL0'))
    3333    REQUEST.RESPONSE.redirect("%s/srp_anonymous_view" % context.portal_url())
    34    
     34
    3535student = info['student']
    3636app = info['app']
     
    5656    elif cpsdocument_edit_and_view_button:
    5757        if app_doc.passport is not None:
    58             logger.info('"%s", "continue' % (info['id']))
     58            logger.info('"%s", "proceeded to start clearance' % (info['id']))
    5959            action = "/start_clearance"
    6060            base_url = student.absolute_url()
Note: See TracChangeset for help on using the changeset viewer.