Merge "Fix URL in warning message"

This commit is contained in:
Jenkins 2016-01-21 04:27:15 +00:00 committed by Gerrit Code Review
commit a84412dd16

View File

@ -634,7 +634,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: