Commit d5ee300e authored by Dominik Charousset's avatar Dominik Charousset

Fix text of the deprecation warning

parent 07dcd1e6
......@@ -144,7 +144,7 @@ public:
std::pair<size_t, size_t>
run_dispatch_loop(timespan cycle_duration = timespan{1})
CAF_DEPRECATED_MSG("use run_cycle() instead");
CAF_DEPRECATED_MSG("use the testing DSL's run() instead");
protected:
void start() override;
......
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