add log messages
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f1b70a9a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f1b70a9a Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f1b70a9a Branch: refs/heads/master Commit: f1b70a9ab85788f8a81bf6633bd06cbffe6b6647 Parents: de0fc53 Author: Masakazu Kitajo <[email protected]> Authored: Sun Nov 3 15:58:51 2013 +0900 Committer: Masakazu Kitajo <[email protected]> Committed: Thu Nov 7 22:44:08 2013 +0900 ---------------------------------------------------------------------- doc/conf.py | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f1b70a9a/doc/conf.py ---------------------------------------------------------------------- diff --git a/doc/conf.py b/doc/conf.py index 794cbe0..c3244bf 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -93,6 +93,7 @@ if os.environ.get('READTHEDOCS') == 'True': mo_file = base + ".mo" po = polib.pofile(po_file) po.save_as_mofile(fpath=mo_file) + print "done" ## End of HACK # There are two options for replacing |today|: either, you set today to some
