3414: fix log typo
[arvados.git] / services / keepstore / handlers.go
index 2528fd64ba463a38fe74fbdae67196bb7bfca732..84fa6a6a88cf5a10b16a2280d6948dfda972e2f5 100644 (file)
@@ -457,7 +457,7 @@ func PullHandler(resp http.ResponseWriter, req *http.Request) {
        // We have a properly formatted pull list sent from the data
        // manager.  Report success and send the list to the pull list
        // manager for further handling.
-       log.Printf("%s %s: received %s\n", req.Method, req.URL, plist)
+       log.Printf("%s %s: received %v\n", req.Method, req.URL, plist)
        resp.WriteHeader(http.StatusOK)
        resp.Write([]byte(
                fmt.Sprintf("Received %d pull requests\n", len(plist))))