adjust logging

This commit is contained in:
Chris Lu
2016-06-26 12:49:08 -07:00
parent b6de5f00b3
commit d0dbf6d2ea
2 changed files with 3 additions and 4 deletions

View File

@@ -127,7 +127,7 @@ func (g *Guard) checkWhiteList(w http.ResponseWriter, r *http.Request) error {
}
}
glog.V(1).Infof("Not in whitelist: %s", r.RemoteAddr)
glog.V(0).Infof("Not in whitelist: %s", r.RemoteAddr)
return fmt.Errorf("Not in whitelis: %s", r.RemoteAddr)
}