Octomap: changed warning log "Did not find...in cahe" to a debug log

This commit is contained in:
matlabbe
2016-07-21 10:14:22 -04:00
parent d7b1d617ea
commit 759c917498

View File

@@ -293,7 +293,7 @@ void OctoMap::update(const std::map<int, Transform> & poses)
} }
else else
{ {
UWARN("Did not find %d in cache", iter->first); UDEBUG("Did not find %d in cache", iter->first);
} }
} }
} }