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:
parent
c4e9830a2d
commit
c066c963cd
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user