diff options
author | Ed Leafe <ed@leafe.com> | 2011-01-21 16:10:26 -0500 |
---|---|---|
committer | Ed Leafe <ed@leafe.com> | 2011-01-21 16:10:26 -0500 |
commit | 09188c61d5359750f9deadcf912f0fa5fbf005b7 (patch) | |
tree | 53006dc213fc28f8c74179516f109c93603f429a /nova/rpc.py | |
parent | 75f93d83be59a85b63a267dc22458a133c591f8e (diff) | |
parent | ec60562b1a6d18e6df4024870468c0501dc692f9 (diff) | |
download | nova-09188c61d5359750f9deadcf912f0fa5fbf005b7.tar.gz nova-09188c61d5359750f9deadcf912f0fa5fbf005b7.tar.xz nova-09188c61d5359750f9deadcf912f0fa5fbf005b7.zip |
Resolved trunk merge conflicts
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 68feac6d4..01fc6d44b 100644 --- a/nova/rpc.py +++ b/nova/rpc.py @@ -344,7 +344,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) |