46a47
> #include "base/logging.hh"
1124,1125c1125
< assert(false);
< break;
---
> panic("Unrecognized LSQ request state %d.", request->state);
1147,1148c1147
< assert(false);
< break;
---
> panic("Unrecognized LSQ request state %d.", request->state);
1229,1232c1228
< /* Shouldn't be allowed to receive a response from another
< * state */
< assert(false);
< break;
---
> panic("Shouldn't be allowed to receive a response from another state");
1263c1259
< assert(false);
---
> panic("Unrecognized retry request state %d.", retryRequest->state);
1286,1287c1282
< assert(false);
< break;
---
> panic("Unrecognized retry request state %d.", retryRequest->state);