summaryrefslogtreecommitdiffstats
path: root/src/event_to_string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/event_to_string.cpp')
-rw-r--r--src/event_to_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_to_string.cpp b/src/event_to_string.cpp
index d898845..43c4eb6 100644
--- a/src/event_to_string.cpp
+++ b/src/event_to_string.cpp
@@ -73,7 +73,7 @@ struct EventPrinter {
std::string operator()(const ClientDestructionEvent& event)
{
- return fmt::format(R"(Add{} {} {} port "{}" ("{}"))", event.id);
+ return fmt::format(R"(Remove client "{}")", event.id);
}
std::string operator()(const PortType port_type)