Changeset 1141:8e72fb661f77 for pida/services/sessions/sessions.py
- Timestamp:
- 04/29/08 03:14:59 (7 months ago)
- Files:
-
- 1 modified
-
pida/services/sessions/sessions.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pida/services/sessions/sessions.py
r847 r1141 264 264 # when we catch this exception we should really make an attempt 265 265 # 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) 267 267 return 268 268
