| Index: tools/battor_agent/battor_error.h
|
| diff --git a/tools/battor_agent/battor_error.h b/tools/battor_agent/battor_error.h
|
| index ff5cf41a895c6561c6847df7d7025988ad002a18..74401d60ab2b60ba9063333ca20f969704f5d0ca 100644
|
| --- a/tools/battor_agent/battor_error.h
|
| +++ b/tools/battor_agent/battor_error.h
|
| @@ -17,8 +17,7 @@ enum BattOrError {
|
| BATTOR_ERROR_SEND_ERROR,
|
| BATTOR_ERROR_RECEIVE_ERROR,
|
| BATTOR_ERROR_UNEXPECTED_MESSAGE,
|
| - BATTOR_ERROR_TOO_MANY_INIT_RETRIES,
|
| - BATTOR_ERROR_TOO_MANY_START_TRACING_RETRIES,
|
| + BATTOR_ERROR_TOO_MANY_COMMAND_RETRIES,
|
| };
|
|
|
| std::string BattOrErrorToString(BattOrError error);
|
|
|