Martin Blanchard pushed to branch mablanch/150-bot-resource-exhausted at BuildGrid / buildgrid
Commits:
-
6982fae0
by Martin Blanchard at 2019-01-08T14:45:57Z
1 changed file:
Changes:
| ... | ... | @@ -57,5 +57,5 @@ class BotInterface: |
| 57 | 57 |
try:
|
| 58 | 58 |
return call(request)
|
| 59 | 59 |
except grpc.RpcError as e:
|
| 60 |
- self.__logger.error(e.code())
|
|
| 60 |
+ self.__logger.error(e)
|
|
| 61 | 61 |
return e.code()
|
