| Index: tools/battor_agent/battor_error.cc
|
| diff --git a/tools/battor_agent/battor_error.cc b/tools/battor_agent/battor_error.cc
|
| index fa25fe5aa97820aa1e00aaeecc138c6712af5b11..ba0b1c076e12e15f58646abc22c25bbe3be4d327 100644
|
| --- a/tools/battor_agent/battor_error.cc
|
| +++ b/tools/battor_agent/battor_error.cc
|
| @@ -22,6 +22,8 @@ std::string BattOrErrorToString(BattOrError error) {
|
| return "RECEIVE ERROR";
|
| case BATTOR_ERROR_UNEXPECTED_MESSAGE:
|
| return "UNEXPECTED MESSAGE";
|
| + case BATTOR_ERROR_TOO_MANY_INIT_RETRIES:
|
| + return "TOO MANY INIT RETRIES";
|
| }
|
|
|
| NOTREACHED();
|
|
|