(no commit message)
authorRami Rauch <rrauch@stanford.edu>
Thu, 4 Sep 2008 19:18:10 +0000 (19:18 +0000)
committerRami Rauch <rrauch@stanford.edu>
Thu, 4 Sep 2008 19:18:10 +0000 (19:18 +0000)
htswfrontend/htswfrontend/exp_track/exptrack.py

index acc72c6ae117f5426a12d072776eac900ab09aa1..6486b5c5f0bbbe1017d7a48f2a355f176c6527ba 100755 (executable)
@@ -125,7 +125,7 @@ def getConfile(request):
     ClIP = request.META['REMOTE_ADDR']
     if (settings.ALLOWED_IPS.has_key(ClIP)):  granted = True
 
-    if not granted: return HttpResponse("access denied.")
+    if not granted: return HttpResponse("access denied. IP: "+ClIP)
 
     fcid = 'none'
     cnfgfile = ''