diff --git a/tesseract_common/src/resource_locator.cpp b/tesseract_common/src/resource_locator.cpp index 5e263196240..f8e047f2456 100644 --- a/tesseract_common/src/resource_locator.cpp +++ b/tesseract_common/src/resource_locator.cpp @@ -105,10 +105,9 @@ bool GeneralResourceLocator::addPath(const tesseract_common::fs::path& path) processToken(path.string()); return true; } - + CONSOLE_BRIDGE_logError("Package Path does not exist: %s", path.string().c_str()); return false; - } void GeneralResourceLocator::processToken(const std::string& token)