summaryrefslogtreecommitdiffstats
path: root/ipa-client/ipa-install/ipa-client-automount
diff options
context:
space:
mode:
Diffstat (limited to 'ipa-client/ipa-install/ipa-client-automount')
-rwxr-xr-xipa-client/ipa-install/ipa-client-automount2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-client/ipa-install/ipa-client-automount b/ipa-client/ipa-install/ipa-client-automount
index d04350ed8..d9a63e7ee 100755
--- a/ipa-client/ipa-install/ipa-client-automount
+++ b/ipa-client/ipa-install/ipa-client-automount
@@ -433,7 +433,7 @@ def main():
except errors.NotFound:
sys.exit("Automount location '%s' does not exist" % options.location)
except errors.PublicError, e:
- sys.exit("Cannot connect to the server due to generic error: %s", str(e))
+ sys.exit("Cannot connect to the server due to generic error: %s" % str(e))
finally:
os.remove(ccache_name)