summaryrefslogtreecommitdiff
path: root/cmds-qgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmds-qgroup.c')
-rw-r--r--cmds-qgroup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds-qgroup.c b/cmds-qgroup.c
index eca4464..db5ee21 100644
--- a/cmds-qgroup.c
+++ b/cmds-qgroup.c
@@ -434,7 +434,7 @@ static int cmd_qgroup_limit(int argc, char **argv)
path = argv[optind + 1];
ret = test_issubvolume(path);
if (ret < 0) {
- error("cannot access '%s'", path);
+ error("cannot access '%s': %s", path, strerror(-ret));
return 1;
}
if (!ret) {