Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(435)

Unified Diff: milo/appengine/swarming/buildinfo.go

Issue 2818563002: Milo: ACLs for internal swarm jobs (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: milo/appengine/swarming/buildinfo.go
diff --git a/milo/appengine/swarming/buildinfo.go b/milo/appengine/swarming/buildinfo.go
index b087f904893e5f17a332c75643a6dadbb7f67afd..2700a81739e26f894c4b95bc5814637d252976cd 100644
--- a/milo/appengine/swarming/buildinfo.go
+++ b/milo/appengine/swarming/buildinfo.go
@@ -65,7 +65,7 @@ func (p *BuildInfoProvider) GetBuildInfo(c context.Context, req *milo.BuildInfoR
fr, err := swarmingFetch(c, sf, req.Task, fetchParams)
if err != nil {
if err == errNotMiloJob {
- logging.Warningf(c, "User requested non-Milo task.")
+ logging.Warningf(c, "User requested nonexistant task or does not have permissions.")
nodir 2017/04/12 20:45:03 nonexistent
hinoka 2017/04/12 22:34:24 Done.
return nil, grpcutil.NotFound
}

Powered by Google App Engine
This is Rietveld 408576698