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

Unified Diff: common/logging/fields.go

Issue 1637193002: common/prpc, tools/cmd/cproto: prpc client (Closed) Base URL: https://github.com/luci/luci-go@prpc-server
Patch Set: Small cleanup, add Unavailable to transient list. Created 4 years, 11 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: common/logging/fields.go
diff --git a/common/logging/fields.go b/common/logging/fields.go
index 07f46064be0d1efb0dd4ecb3f19c37b6347478b4..24aa159112fbf1b763c8e2ed617734ace5659f48 100644
--- a/common/logging/fields.go
+++ b/common/logging/fields.go
@@ -163,7 +163,7 @@ func (s fieldEntrySlice) Len() int {
// SetFields adds the additional fields as context for the current Logger. The
// display of these fields depends on the implementation of the Logger. The
-// new Logger will contain the combination of its current Fields, updated with
+// new context will contain the combination of its current Fields, updated with
// the new ones (see Fields.Copy). Specifying the new fields as nil will
// clear the currently set fields.
func SetFields(c context.Context, fields Fields) context.Context {
« no previous file with comments | « common/errors/wrap.go ('k') | common/prpc/client.go » ('j') | common/prpc/client.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698