summaryrefslogtreecommitdiffstats
path: root/libmount/src/context.c
diff options
context:
space:
mode:
authorKarel Zak2017-04-28 11:03:24 +0200
committerKarel Zak2017-04-28 11:03:24 +0200
commit0361cb6f9bb8f74438c0577d968eb6f4bf9a2515 (patch)
treec1a3ca87fbc4a940d6227141a91277dc1c3c2607 /libmount/src/context.c
parentinclude/exitcodes: remove mount(8) exit codes (diff)
downloadkernel-qcow2-util-linux-0361cb6f9bb8f74438c0577d968eb6f4bf9a2515.tar.gz
kernel-qcow2-util-linux-0361cb6f9bb8f74438c0577d968eb6f4bf9a2515.tar.xz
kernel-qcow2-util-linux-0361cb6f9bb8f74438c0577d968eb6f4bf9a2515.zip
libmount: add read-only warning
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'libmount/src/context.c')
-rw-r--r--libmount/src/context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/src/context.c b/libmount/src/context.c
index a370cea09..b945298e6 100644
--- a/libmount/src/context.c
+++ b/libmount/src/context.c
@@ -2362,7 +2362,7 @@ int mnt_context_get_excode(
break;
}
- DBG(CXT, ul_debugobj(cxt, "return code: %d [%s]", rc,
+ DBG(CXT, ul_debugobj(cxt, "excode: rc=%d message=\"%s\"", rc,
buf ? buf : "<no-message>"));
return rc;
}