Commit 8dcc3e72 authored by Marian Triebe's avatar Marian Triebe

Fix compile error with log level TRACE

parent bb01d8f5
...@@ -58,7 +58,7 @@ remote_actor_proxy::~remote_actor_proxy() { ...@@ -58,7 +58,7 @@ remote_actor_proxy::~remote_actor_proxy() {
void remote_actor_proxy::forward_msg(const actor_addr& sender, message_id mid, void remote_actor_proxy::forward_msg(const actor_addr& sender, message_id mid,
message msg) { message msg) {
CAF_LOG_TRACE(CAF_ARG(m_id) << ", " << CAF_TSARG(sender) << ", " CAF_LOG_TRACE(CAF_ARG(id()) << ", " << CAF_TSARG(sender) << ", "
<< CAF_MARG(mid, integer_value) << ", " << CAF_MARG(mid, integer_value) << ", "
<< CAF_TSARG(msg)); << CAF_TSARG(msg));
m_parent->enqueue( m_parent->enqueue(
......
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