Changeset 526
- Timestamp:
- 08/10/05 15:31:26
- Files:
-
- trunk/cherrypy/config.py (modified) (1 diff)
- trunk/cherrypy/test/static/has space.html (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/cherrypy/config.py
r522 r526 226 226 227 227 for var in serverVars: 228 cherrypy.log( " %s: %s" % (var, get(var)), 'CONFIG')229 228 cherrypy.log(" %s: %s" % (var, get(var)), 'CONFIG') 229

