Changeset 6329


Ignore:
Timestamp:
10 Jun 2011, 10:23:09 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename log file because the term 'application' in misleading in SIRP.

File:
1 edited

Legend:

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

    r6138 r6329  
    148148        if not os.path.exists(logdir):
    149149            os.mkdir(logdir)
    150         filename = os.path.join(logdir, 'application.log')
     150        filename = os.path.join(logdir, 'main.log')
    151151
    152152        # Create a rotating file handler logger for application.
Note: See TracChangeset for help on using the changeset viewer.