diff options
Diffstat (limited to 'src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py')
-rwxr-xr-x | src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py index 26c654da..d51e647d 100755 --- a/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py +++ b/src/com.gluster.storage.management.gateway/WebContent/scripts/delete_volume_cifs_all.py @@ -49,7 +49,7 @@ def main(): rv = Utils.runCommand(["grun.py", serverFile, "delete_volume_cifs.py", volumeName]) if rv == 0: if not removeVolumeCifsConf(volumeName): - sys.stderr.write("Failed to remove volume and user-list in cifs volume configuration\n") + sys.stderr.write("Failed to remove volume %s and user-list in cifs volume configuration\n" % volumeName) sys.exit(11) sys.exit(rv) |