summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/xenserver/xenapi/etc/xapi.d/plugins/agent4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent b/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent
index 83ac341a7..5c5a6d645 100755
--- a/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent
+++ b/plugins/xenserver/xenapi/etc/xapi.d/plugins/agent
@@ -136,8 +136,8 @@ def inject_file(self, arg_dict):
else:
# Either the methods don't exist in the agent, or they
# have been disabled.
- raise NotImplementedError("NOT IMPLEMENTED: Agent does not support"
- " file injection.")
+ raise NotImplementedError(_("NOT IMPLEMENTED: Agent does not"
+ " support file injection."))
arg_dict["path"] = "data/host/%s" % request_id
xenstore.write_record(self, arg_dict)
try: