Commit d5ee300e authored by Dominik Charousset's avatar Dominik Charousset

Fix text of the deprecation warning

parent 07dcd1e6
...@@ -144,7 +144,7 @@ public: ...@@ -144,7 +144,7 @@ public:
std::pair<size_t, size_t> std::pair<size_t, size_t>
run_dispatch_loop(timespan cycle_duration = timespan{1}) 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: protected:
void start() override; 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