Ignore:
Timestamp:
15 Jan 2007, 11:26:30 (18 years ago)
Author:
Henrik Bettermann
Message:

logging message fixed

File:
1 edited

Legend:

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

    r1299 r1300  
    8484acco_id = 'accommodation_2006'
    8585acco = getattr(student,acco_id,None)
    86 
    8786if acco == None:
    88     logger.info('"%s","tried to access non-existing acco object"')
     87    logger.info('"%s","tried to access non-existing acco object"' % (member_id))
    8988    return None
    9089
Note: See TracChangeset for help on using the changeset viewer.