From 821ec534fa7632067f2f6b77fac0688668d658df Mon Sep 17 00:00:00 2001 From: Hwankyu Jhun Date: Mon, 26 Feb 2024 15:55:02 +0900 Subject: [PATCH] Remove log print related to fds This patch removes the log print from the CloseAllFds(). Change-Id: I51a90345e39242ca4a9dd8ba913d67c28543db46 Signed-off-by: Hwankyu Jhun --- src/lib/launchpad-glib/util.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/launchpad-glib/util.cc b/src/lib/launchpad-glib/util.cc index 01cb31d..65a4e4d 100644 --- a/src/lib/launchpad-glib/util.cc +++ b/src/lib/launchpad-glib/util.cc @@ -563,7 +563,6 @@ void Util::CloseAllFds(const std::vector& except_fds) { _E("Execption occurs. error(%s)", e.what()); } - _W("size: %zd", fds.size()); for (auto fd : fds) close(fd); } -- 2.7.4