Changeset 6421


Ignore:
Timestamp:
20 Jun 2011, 14:58:27 (13 years ago)
Author:
uli
Message:

Fix missing call.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/workflow.py

    r6420 r6421  
    118118    timestamp = datetime.now().strftime("%d/%m/%Y %H:%M:%S")
    119119    msg = '%s - %s (new state: %s)' % (
    120         timestamp, event.destination.title, event.destination)
     120        timestamp, event.destination.title(), event.destination)
    121121    if event.comment is not None:
    122122        msg = '%s, %s' % (msg, event.comment)
Note: See TracChangeset for help on using the changeset viewer.