Index: trunk/cgi-bin/main.cgi
===================================================================
--- trunk/cgi-bin/main.cgi	(revision 947)
+++ trunk/cgi-bin/main.cgi	(revision 949)
@@ -66,6 +66,4 @@
 $thingroot =~ s|cgi-bin/main.cgi||;
 
-syslog "debug", "$authuser active, $ENV{'REMOTE_ADDR'}";
-
 ##fixme there *must* be a better order to do things in so this can go back where it was
 # CGI fiddling done here so we can declare %webvar so we can alter $webvar{action}
@@ -90,4 +88,6 @@
   initIPDBGlobals($ip_dbh);
 }
+
+syslog "debug", "'$authuser active', $ENV{'REMOTE_ADDR'}, '$IPDBacl{$authuser}'";
 
 # Set up some globals
