From: Karel Zak Date: Fri, 19 Aug 2022 09:32:35 +0000 (+0200) Subject: libmount: (optlist) keep mnt_optlist_get_optstr() less verbose X-Git-Tag: v2.39-rc1~303 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=011e4caed9826cf5ccec892329ab43ae8314acb0;p=thirdparty%2Futil-linux.git libmount: (optlist) keep mnt_optlist_get_optstr() less verbose Signed-off-by: Karel Zak --- 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)