]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
libmount: (optlist) keep mnt_optlist_get_optstr() less verbose
authorKarel Zak <kzak@redhat.com>
Fri, 19 Aug 2022 09:32:35 +0000 (11:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 3 Jan 2023 11:58:42 +0000 (12:58 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libmount/src/optlist.c

index c6c36308e35d234350436fa42fbceeaa3bc6bc3b..8569d9827b972cffe01322f0d5ee97e6bffdc1df 100644 (file)
@@ -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)