changeset 17425 | e95ec38f86b0 |
parent 16687 | e34106fa0dc3 |
child 18174 | 56ef99fbd6f2 |
--- a/mercurial/commandserver.py Wed Aug 15 22:38:42 2012 +0200 +++ b/mercurial/commandserver.py Wed Aug 15 22:39:18 2012 +0200 @@ -137,7 +137,7 @@ if logpath: global logfile if logpath == '-': - # write log on a special 'd'ebug channel + # write log on a special 'd' (debug) channel logfile = channeledoutput(sys.stdout, sys.stdout, 'd') else: logfile = open(logpath, 'a')