diff options
Diffstat (limited to 'glustolibs-gluster')
-rw-r--r-- | glustolibs-gluster/glustolibs/gluster/quota_libs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glustolibs-gluster/glustolibs/gluster/quota_libs.py b/glustolibs-gluster/glustolibs/gluster/quota_libs.py index 805db7811..6cb770167 100644 --- a/glustolibs-gluster/glustolibs/gluster/quota_libs.py +++ b/glustolibs-gluster/glustolibs/gluster/quota_libs.py @@ -48,7 +48,7 @@ def quota_validate(mnode, volname, path, **kwargs): quotalist = quota_fetch_list(mnode, volname, path) if path not in quotalist: - g.log.error("Path not found (script issue)") + g.log.error("Path not found (script issue) path: %s", path) return False else: listinfo = quotalist[path] |