Commit 7933819d authored by Dominik Charousset's avatar Dominik Charousset

Update enum strings

parent 0913c491
......@@ -131,6 +131,8 @@ std::string to_string(sec x) {
return "field_value_synchronization_failed";
case sec::invalid_field_type:
return "invalid_field_type";
case sec::unsafe_type:
return "unsafe_type";
};
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment