From 011e4caed9826cf5ccec892329ab43ae8314acb0 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Fri, 19 Aug 2022 11:32:35 +0200 Subject: [PATCH] libmount: (optlist) keep mnt_optlist_get_optstr() less verbose Signed-off-by: Karel Zak --- libmount/src/optlist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libmount/src/optlist.c b/libmount/src/optlist.c index c6c36308e3..8569d9827b 100644 --- a/libmount/src/optlist.c +++ b/libmount/src/optlist.c @@ -740,9 +740,9 @@ int mnt_optlist_get_optstr(struct libmnt_optlist *ls, const char **optstr, if (rc) return rc; *cache = str; - DBG(OPTLIST, ul_debugobj(ls, " optstr %s", str)); + /*DBG(OPTLIST, ul_debugobj(ls, " optstr %s", str));*/ } else { - DBG(OPTLIST, ul_debugobj(ls, " optstr %s (cached)", *cache)); + /*DBG(OPTLIST, ul_debugobj(ls, " optstr %s (cached)", *cache));*/ } if (optstr) -- 2.47.3