summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py
diff options
context:
space:
mode:
authorTim <timothyasir@gluster.com>2011-08-09 18:11:30 +0530
committerTim <timothyasir@gluster.com>2011-08-09 18:11:30 +0530
commit99453fd4bd9975eeaa7616cbe2d4d47e01da3dde (patch)
treee2afd42c29c0029d6a9e3b2991117faa576995b2 /src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py
parentd54f773ac96146a7f5299d276be4778b4c9bf4e2 (diff)
Revert "Enhanced error handling and written appropriate execution error into stderr."
This reverts commit 36d1fa53d62f4c3f458b0fac58968b6fab6a271f.
Diffstat (limited to 'src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py')
-rwxr-xr-xsrc/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py b/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py
index 33de3bf1..55821b60 100755
--- a/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py
+++ b/src/com.gluster.storage.management.gateway/WebContent/scripts/get_volume_user_cifs.py
@@ -40,7 +40,6 @@ def main():
sys.exit(0)
except IOError, e:
Utils.log("failed to read file %s: %s" % (cifsVolumeFile, str(e)))
- sys.stderr.write("Failed to read cifs-volume-file %s: %s\n" % (cifsVolumeFile, str(e)))
sys.exit(2)