nit: Correct debug log

Correct debug log when initializing _AttachmentStateManager.

Change-Id: Ifa909a67c76b897f2ab4b1ee5926046bc7045d3d
This commit is contained in:
whoami-rajat 2021-11-22 05:16:19 -05:00
parent 395f792358
commit 5677ae3cba
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ class _AttachmentStateManager(metaclass=AttachmentStateManagerMeta):
# Another thread might have initialised state while we were
# waiting
if self.state is None:
LOG.debug('Initialising _HostMountState')
LOG.debug('Initialising _AttachmentStateManager')
self.state = _AttachmentState()
@contextlib.contextmanager