[ARVADOS] updated: b093bbdccf67d895337e47bf32b0ab6f22bea632
git at public.curoverse.com
git at public.curoverse.com
Wed May 14 13:02:47 EDT 2014
Summary of changes:
services/keep/src/keep/keep.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via b093bbdccf67d895337e47bf32b0ab6f22bea632 (commit)
from f71c9e59bfff91da4b89050ceae27dbe3edcdb6c (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 b093bbdccf67d895337e47bf32b0ab6f22bea632
Author: Tim Pierce <twp at curoverse.com>
Date: Wed May 14 13:02:30 2014 -0400
2328: fix log.Warning bug
oops.
diff --git a/services/keep/src/keep/keep.go b/services/keep/src/keep/keep.go
index 61072b8..7c41737 100644
--- a/services/keep/src/keep/keep.go
+++ b/services/keep/src/keep/keep.go
@@ -220,10 +220,10 @@ func main() {
if enforce_permissions {
log.Fatal("--enforce-permissions requires a permission key")
} else {
- log.Warning("Running without a PermissionSecret. Block locators " +
+ log.Println("Running without a PermissionSecret. Block locators " +
"returned by this server will not be signed, and will be rejected " +
"by a server that enforces permissions.")
- log.Warning("To fix this, run Keep with --permission-key-file=<path> " +
+ log.Println("To fix this, run Keep with --permission-key-file=<path> " +
"to define the location of a file containing the permission key.")
}
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list