Skip to content
Snippets Groups Projects
Commit 7119f28d authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #9832: manager: fix logging

parent c0896944
Branches
Tags
No related merge requests found
......@@ -2562,7 +2562,7 @@ namespace {
{
const Conf::MappingNode *node = dynamic_cast<const Conf::MappingNode *>(item);
if (!node) {
ERROR("ManagerImpl: could not load account");
ERROR("Could not load account");
return;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment