etwist/server.py
branchstable
changeset 3618 ad04840ab25c
parent 3617 9036a8fbbd57
child 3629 559cad62c786
child 3638 648d6dbec630
--- a/etwist/server.py	Thu Oct 08 11:58:19 2009 +0200
+++ b/etwist/server.py	Thu Oct 08 12:00:58 2009 +0200
@@ -167,7 +167,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.info('static file %s from %s', segments[-1], datadir)
                     if segments[0] == 'data':
                         return static.File(str(datadir)), segments[1:]
                     else: