summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/utils/src/file_system.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/utils/src/file_system.cc b/src/components/utils/src/file_system.cc
index 8e18a83f26..92fc643577 100644
--- a/src/components/utils/src/file_system.cc
+++ b/src/components/utils/src/file_system.cc
@@ -121,8 +121,7 @@ bool file_system::CreateDirectoryRecursively(const std::string& path) {
LOG4CXX_WARN_WITH_ERRNO(logger_,
"Unable to create directory recursively: "
<< path << " reason: " << ec.message());
- std::cerr << "Unable to create directory recursively: " << path
- << " reason: " << ec.message() << std::endl;
+
return false;
}
// return true if we made something or if it already existed