Index: /trunk/cgi-bin/main.cgi
===================================================================
--- /trunk/cgi-bin/main.cgi	(revision 834)
+++ /trunk/cgi-bin/main.cgi	(revision 835)
@@ -806,4 +806,6 @@
 	if $webvar{userid};
 
+  syslog "debug", "billinguser used ($authuser): alloc_from $alloc_from, type $webvar{alloctype}" if $webvar{userid};
+
 ##fixme:  this is only needed iff confirm.tmpl and
 # confirmRemove.tmpl are merged (quite possible, just
@@ -907,4 +909,5 @@
 	$page->param(masklen => $netblock->masklen);
       }
+      syslog "debug", "billinguser used ($authuser): allocated $netblock, type $webvar{alloctype}" if $webvar{billinguser};
       mailNotify($ip_dbh, "a$webvar{alloctype}", "ADDED: $disp_alloctypes{$webvar{alloctype}} allocation",
 	"$disp_alloctypes{$webvar{alloctype}} $webvar{fullcidr} allocated to customer $webvar{custid}\n".
