Changeset 7:548c727b8dc2

Show
Ignore:
Timestamp:
11/25/09 09:34:10 (4 days ago)
Author:
raph
Branch:
default
Tags:
tip
Message:

FIX: unicode (and commenting) in notification logging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/cm/notifications.py

    r0 r7  
    6969    send_mail(subject, message, ApplicationConfiguration['email_from'], [email], fail_silently=True) 
    7070     
    71     logging.debug("Notification sent [%s] => %s" %(activity,notification.user) if notification.user else "sending (email) %s => %s" %(activity,notification.email)) 
     71    #logging.debug(u"Notification sent [%s] => %s" %(activity,notification.user) if notification.user else u"sending (email) %s => %s" %(activity,notification.email))