summaryrefslogtreecommitdiff
path: root/src/rhimportd/uploadWeb.go
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-07-24 01:08:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-07-24 01:08:23 (GMT)
commitb94feddead6ebb906b17a797477f2d0ff989832e (patch)
tree7da558d83bbc64b3f27a4b8b4caefc4aff2d0bd8 /src/rhimportd/uploadWeb.go
parent38cde493d2a9a1961e057fe0e175b437b3916148 (diff)
client/session specific log prefixes
Diffstat (limited to 'src/rhimportd/uploadWeb.go')
-rw-r--r--src/rhimportd/uploadWeb.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/uploadWeb.go b/src/rhimportd/uploadWeb.go
index a4f0951..0b7ab82 100644
--- a/src/rhimportd/uploadWeb.go
+++ b/src/rhimportd/uploadWeb.go
@@ -58,7 +58,7 @@ func webUploadSuccessResponse(w http.ResponseWriter) {
}
func webUploadHandler(conf *rhimport.Config, db *rddb.DBChan, sessions *rhimport.SessionStoreChan, trusted bool, w http.ResponseWriter, r *http.Request) {
- rhdl.Printf("WebUploadHandler: got request for %s", r.URL.String())
+ rhdl.Printf("WebUploadHandler: %s requests '%s'", r.RemoteAddr, r.URL.String())
if r.Method != "POST" {
rhl.Printf("WebUploadHandler: got invalid request method")