Fix URL in warning message

Doc's url uses the package name. This was probably replaced by mistake
when namespaces were removed.

Change-Id: I165bcc605aeef219fcd3cb45e284b32c9909da5c
This commit is contained in:
Flavio Percoco 2016-01-20 07:32:23 -04:30
parent c4e9830a2d
commit c066c963cd

View File

@ -603,7 +603,7 @@ class Connection(object):
LOG.warn(_LW("Process forked after connection established! "
"This can result in unpredictable behavior. "
"See: http://docs.openstack.org/developer/"
"oslo_messaging/transport.html"))
"oslo.messaging/transport.html"))
self._initial_pid = current_pid
if retry is None: