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:
parent
07d5b01960
commit
4b363f1c96
@ -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 ():
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user