diff options
author | jaypipes@gmail.com <> | 2011-01-20 12:52:02 -0500 |
---|---|---|
committer | jaypipes@gmail.com <> | 2011-01-20 12:52:02 -0500 |
commit | 13b4f32d1995a8c50bcf86786b6ee75d49bea701 (patch) | |
tree | 746eb0bc123386c81c7ff60028e0d039acc6207b /nova/rpc.py | |
parent | 2be5a31a95f264f26f3beb4aba6b9d947790d4b1 (diff) | |
download | nova-13b4f32d1995a8c50bcf86786b6ee75d49bea701.tar.gz nova-13b4f32d1995a8c50bcf86786b6ee75d49bea701.tar.xz nova-13b4f32d1995a8c50bcf86786b6ee75d49bea701.zip |
i18n's strings that were missed or have been added since initial i18n strings branch.
Diffstat (limited to 'nova/rpc.py')
-rw-r--r-- | nova/rpc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/rpc.py b/nova/rpc.py index 49b11602b..bbfa71138 100644 --- a/nova/rpc.py +++ b/nova/rpc.py @@ -343,7 +343,7 @@ def call(context, topic, msg): def cast(context, topic, msg): """Sends a message on a topic without waiting for a response""" - LOG.debug("Making asynchronous cast...") + LOG.debug(_("Making asynchronous cast...")) _pack_context(msg, context) conn = Connection.instance() publisher = TopicPublisher(connection=conn, topic=topic) |