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

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

Issue 2818563002: Milo: ACLs for internal swarm jobs (Closed)
Patch Set: Review 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
« no previous file with comments | « milo/appengine/swarming/build_test.go ('k') | milo/appengine/swarming/expectations/build-internal.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/appengine/swarming/buildinfo.go
diff --git a/milo/appengine/swarming/buildinfo.go b/milo/appengine/swarming/buildinfo.go
index b087f904893e5f17a332c75643a6dadbb7f67afd..0f7361de3a18bfe998d54bbd1ca2c77006ae16bd 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 nonexistent task or does not have permissions.")
return nil, grpcutil.NotFound
}
« no previous file with comments | « milo/appengine/swarming/build_test.go ('k') | milo/appengine/swarming/expectations/build-internal.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698