summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab_parse.c
diff options
context:
space:
mode:
authorKarel Zak2012-09-25 17:04:21 +0200
committerKarel Zak2012-09-25 17:04:21 +0200
commitab6c01925c62a3bf695cf09379a914f93769094e (patch)
tree41846baa5a7c89ec94d17d5682b3de55d7868974 /libmount/src/tab_parse.c
parentlibmount: optimize mtab and utab parsing in umount (diff)
downloadkernel-qcow2-util-linux-ab6c01925c62a3bf695cf09379a914f93769094e.tar.gz
kernel-qcow2-util-linux-ab6c01925c62a3bf695cf09379a914f93769094e.tar.xz
kernel-qcow2-util-linux-ab6c01925c62a3bf695cf09379a914f93769094e.zip
libmount: improve debug message
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/tab_parse.c')
-rw-r--r--libmount/src/tab_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/tab_parse.c b/libmount/src/tab_parse.c
index a9a8f0fb2..463c884e3 100644
--- a/libmount/src/tab_parse.c
+++ b/libmount/src/tab_parse.c
@@ -770,7 +770,7 @@ int mnt_table_set_parser_fltrcb(struct libmnt_table *tb,
{
assert(tb);
- DBG(TAB, mnt_debug_h(tb, "set table parser filter"));
+ DBG(TAB, mnt_debug_h(tb, "%s table parser filter", cb ? "set" : "unset"));
tb->fltrcb = cb;
tb->fltrcb_data = data;
return 0;