summaryrefslogtreecommitdiff
path: root/src/response.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/response.cc')
-rw-r--r--src/response.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/response.cc b/src/response.cc
index d56419a..7624b82 100644
--- a/src/response.cc
+++ b/src/response.cc
@@ -20,6 +20,6 @@
std::ostream &operator<<(std::ostream &os, Response r)
{
- const std::string nameR[] = {"OK", "WAIT", "BLOCKED", "STALLED"};
+ const std::string nameR[] = {"OK", "READY", "STALLED"};
return os << nameR[r];
}