Changeset 5702
- Timestamp:
- 11/17/08 16:03:24 (2 months ago)
- Files:
-
- branches/1.1/turbogears/startup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/turbogears/startup.py
r5697 r5702 236 236 webpath += '/' 237 237 238 # Set up logging238 # Set up old-style logging 239 239 cherrypy.config.environments['development']['log_debug_info_filter.on' 240 240 ] = False … … 285 285 entrypoint, e) 286 286 287 # Call oall registered startup functions287 # Call call registered startup functions 288 288 for item in call_on_startup: 289 289 item()