Commit 9906b7a5 authored by Dominik Charousset's avatar Dominik Charousset

Fix SEC to_string

parent d91d891f
......@@ -117,6 +117,8 @@ std::string to_string(sec x) {
return "redundant_connection";
case sec::remote_lookup_failed:
return "remote_lookup_failed";
case sec::no_tracing_context:
return "no_tracing_context";
};
}
......
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