summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/cache.c')
-rw-r--r--shlibs/mount/src/cache.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/shlibs/mount/src/cache.c b/shlibs/mount/src/cache.c
index 18b6cd49a..4775069c0 100644
--- a/shlibs/mount/src/cache.c
+++ b/shlibs/mount/src/cache.c
@@ -446,7 +446,7 @@ char *mnt_resolve_path(const char *path, struct libmnt_cache *cache)
assert(path);
- DBG(CACHE, mnt_debug_h(cache, "resolving path %s", path));
+ /*DBG(CACHE, mnt_debug_h(cache, "resolving path %s", path));*/
if (!path)
return NULL;
@@ -494,8 +494,8 @@ char *mnt_resolve_tag(const char *token, const char *value,
assert(token);
assert(value);
- DBG(CACHE, mnt_debug_h(cache, "resolving tag token=%s value=%s",
- token, value));
+ /*DBG(CACHE, mnt_debug_h(cache, "resolving tag token=%s value=%s",
+ token, value));*/
if (!token || !value)
return NULL;