Skip to content
Snippets Groups Projects
Commit 0e240812 authored by Fabian Reister's avatar Fabian Reister
Browse files

minor fixes

parent 9663e00a
No related merge requests found
......@@ -131,7 +131,7 @@ namespace armarx
update = requestedObjects.updateRequestedObjects(now);
}
if (!update.added.empty() || !update.removed.empty())
if (update.added.size() > 0 || update.removed.size() > 0)
{
ARMARX_INFO << "Added: " << update.added
<< "Removed: " << update.removed;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment