Show
Ignore:
Timestamp:
04/29/08 03:14:59 (7 months ago)
Author:
Ronny Pfannschmidt <Ronny.Pfannschmidt@…>
Message:

split up logging, some servcimanager cleanups

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pida/services/sessions/sessions.py

    r847 r1141  
    264264            # when we catch this exception we should really make an attempt 
    265265            # at repairing whatever session file it was failing on. 
    266             self.log_warn(_('Session file:%s failed to load') % file_path) 
     266            self.log.warn(_('Session file:%s failed to load') % file_path) 
    267267            return 
    268268