Removed deprecated export_dir in print string.

Signed-off-by: Harshavardhana <harsha@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>

BUG: 412 (Remove deprecated export_dir in print string)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=412
This commit is contained in:
Harshavardhana Ranganath 2009-11-26 15:42:26 +00:00 committed by Anand V. Avati
parent 07d5b01960
commit 4b363f1c96

View File

@ -170,7 +170,7 @@ def generate_volume_files ():
try:
create_booster.configure_booster ()
except IOError, (errno, strerror):
print "Got %s creating booster configuration '%s'" % (strerror, export_dir)
print "Got %s creating booster configuration" % (strerror)
def main ():