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

MemoryToIceAdapter: decreasing "Id was removed from WM" logging level IMPORTANT -> DEBUG

parent a2731024
No related branches found
No related tags found
No related merge requests found
#include "MemoryToIceAdapter.h" #include "MemoryToIceAdapter.h"
#include "ArmarXCore/core/logging/Logging.h"
#include <ArmarXCore/core/exceptions/local/ExpressionException.h> #include <ArmarXCore/core/exceptions/local/ExpressionException.h>
#include "../error.h" #include "../error.h"
...@@ -159,7 +160,7 @@ namespace armarx::armem::server ...@@ -159,7 +160,7 @@ namespace armarx::armem::server
// TODO: Add if and param here (fabian.peller) // TODO: Add if and param here (fabian.peller)
for (const auto& snapshot : updateResult.removedSnapshots) for (const auto& snapshot : updateResult.removedSnapshots)
{ {
ARMARX_IMPORTANT << "The id " << snapshot.id() << " was removed from wm"; ARMARX_DEBUG << "The id " << snapshot.id() << " was removed from wm";
} }
if (publishUpdates) if (publishUpdates)
......
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