Chromium Code Reviews| Index: impl/prod/logger.go |
| diff --git a/impl/prod/logger.go b/impl/prod/logger.go |
| index 1786dbdaa628e74e83f1925315ebdaa1ad25b1c6..6b46d0ff0f08d36aa0d9b386158cf42c24f5c88e 100644 |
| --- a/impl/prod/logger.go |
| +++ b/impl/prod/logger.go |
| @@ -16,7 +16,7 @@ import ( |
| // appengine's log handler. |
| func useLogging(c context.Context) context.Context { |
| return logging.SetFactory(c, func(ic context.Context) logging.Logger { |
| - return &loggerImpl{AEContext(ic), ic} |
| + return &loggerImpl{getAEContext(ic), ic} |
| }) |
| } |