Commit a99acbdc authored by Chris McDonough's avatar Chris McDonough

Changed debug message to say "access log" instead of "Z2 log"

parent a67a160b
......@@ -295,7 +295,7 @@ if os.name == 'posix': # signal.signal() not reliable on Windows
zLOG.LOG('Z2', zLOG.INFO , "Reopening log files")
if hasattr(sys, '__lg') and hasattr(sys.__lg, 'reopen'):
sys.__lg.reopen()
zLOG.LOG('Z2', zLOG.BLATHER, "Reopened Z2.log")
zLOG.LOG('Z2', zLOG.BLATHER, "Reopened access log")
if (hasattr(sys, '__detailedlog') and
hasattr(sys.__detailedlog, 'reopen')):
zLOG.LOG('Z2', zLOG.BLATHER,"Reopened detailed request log")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment