Add more logging with file prefixes
This makes the handoff between gendoc and batesian clearer in the logs.
This commit is contained in:
parent
064a2c9172
commit
f1adad5fb3
4 changed files with 15 additions and 14 deletions
|
@ -16,7 +16,7 @@ class Sections(object):
|
|||
|
||||
def log(self, text):
|
||||
if self.debug:
|
||||
print text
|
||||
print "batesian:sections: %s" % text
|
||||
|
||||
def get_sections(self):
|
||||
render_list = inspect.getmembers(self, predicate=inspect.ismethod)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue