mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
Merge pull request #28448 from shyukri/wip-25030
ceph-volume: util: Use proper param substition
This commit is contained in:
commit
14f9b8a133
@ -214,9 +214,9 @@ def device_is_mounted(dev, destination=None):
|
||||
)
|
||||
return True
|
||||
else:
|
||||
logger.info('%s was found as mounted')
|
||||
logger.info('%s was found as mounted', dev)
|
||||
return True
|
||||
logger.info('%s was not found as mounted')
|
||||
logger.info('%s was not found as mounted', dev)
|
||||
return False
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user