branch | stable |
changeset 5062 | 5691fd8697cd |
parent 4960 | 26b2468a1e73 |
child 5155 | 1dea6e0fdfc1 |
child 5252 | 9c765b1d8250 |
--- a/etwist/server.py Mon Mar 29 13:34:24 2010 +0200 +++ b/etwist/server.py Mon Mar 29 19:10:22 2010 +0200 @@ -164,7 +164,7 @@ datadir = self.config.locate_resource(segments[1]) if datadir is None: return None, [] - self.info('static file %s from %s', segments[-1], datadir) + self.debug('static file %s from %s', segments[-1], datadir) if segments[0] == 'data': return static.File(str(datadir)), segments[1:] else: