Commit 28fb8c9b authored by Dominik Charousset's avatar Dominik Charousset

Fix build with logging enabled

parent 46b9b1ed
......@@ -470,7 +470,7 @@ group group_manager::anonymous() const {
}
expected<group> group_manager::get(std::string group_uri) const {
CAF_LOG_TRACE(CAF_ARG(module_name) << CAF_ARG(group_identifier));
CAF_LOG_TRACE(CAF_ARG(group_uri));
// URI parsing is pretty much a brute-force approach, no actual validation yet
auto p = group_uri.find(':');
if (p == std::string::npos)
......
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