We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c9590 commit a13eda6Copy full SHA for a13eda6
include/reactor-cpp/statistics.hh
@@ -87,7 +87,7 @@ public:
87
reactor::log::Info() << " - processed events: " << processed_events();
88
reactor::log::Info() << " - triggered actions: " << triggered_actions();
89
reactor::log::Info() << " - processed reactions: " << processed_reactions();
90
- reactor::log::Info() << " - set ports set: " << set_ports();
+ reactor::log::Info() << " - set ports: " << set_ports();
91
reactor::log::Info() << " - scheduled actions: " << scheduled_actions();
92
reactor::log::Info() << "-----------------------------------------------------------";
93
}
0 commit comments