diff options
Diffstat (limited to 'src/rhimportd/uploadWeb.go')
-rw-r--r-- | src/rhimportd/uploadWeb.go | 2 |
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") |