You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2018/05/07 23:27:31 UTC

[whimsy] branch master updated: Actually fix the debug code

This is an automated email from the ASF dual-hosted git repository.

curcuru pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new f7cb648  Actually fix the debug code
f7cb648 is described below

commit f7cb64833a52d0b8b098d047e7b9a9398da6ca8f
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Mon May 7 19:27:25 2018 -0400

    Actually fix the debug code
    
    double sigh.
---
 www/members/logs.cgi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/members/logs.cgi b/www/members/logs.cgi
index 6c2f590..a2b76ec 100755
--- a/www/members/logs.cgi
+++ b/www/members/logs.cgi
@@ -58,8 +58,8 @@ def display_errors()
 end
 
 # Emit table of interesting access logs (optional, with ?access)
-def display_access(f)
-  apps, misses = LogParser.get_access_reports(f)
+def display_access()
+  apps, misses = LogParser.get_access_reports()
   
   _p do
     _ 'This only includes a small subset of possibly interesting access log entries, roughly categorized by major application (board, roster, etc.)'

-- 
To stop receiving notification emails like this one, please contact
curcuru@apache.org.