[ARVADOS] updated: 46b3cec92aeb88a1b12f45b5484a1de0c7d137e6
git at public.curoverse.com
git at public.curoverse.com
Wed Aug 27 16:56:32 EDT 2014
Summary of changes:
services/keepstore/handlers.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 46b3cec92aeb88a1b12f45b5484a1de0c7d137e6 (commit)
from 902e9ebf894c9b45825f2ae8739a9e546e486fb1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 46b3cec92aeb88a1b12f45b5484a1de0c7d137e6
Author: Tim Pierce <twp at curoverse.com>
Date: Wed Aug 27 16:56:17 2014 -0400
3414: fix log typo
%s -> %v
diff --git a/services/keepstore/handlers.go b/services/keepstore/handlers.go
index 2528fd6..84fa6a6 100644
--- a/services/keepstore/handlers.go
+++ b/services/keepstore/handlers.go
@@ -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))))
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list