summaryrefslogtreecommitdiff
path: root/src/expr/command.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/expr/command.cpp')
-rw-r--r--src/expr/command.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/command.cpp b/src/expr/command.cpp
index 7dd9df69a..78d04f000 100644
--- a/src/expr/command.cpp
+++ b/src/expr/command.cpp
@@ -1100,7 +1100,7 @@ std::ostream& operator<<(std::ostream& out,
return out << "unknown";
default:
- return out << "SetBenchmarkStatusCommand::[UNKNOWNSTATUS!]";
+ return out << "BenchmarkStatus::[UNKNOWNSTATUS!]";
}
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback