]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
devices/simple/scan: Fix string in log statement 34412/head
authorJan Fajerski <jfajerski@suse.com>
Mon, 6 Apr 2020 08:51:27 +0000 (10:51 +0200)
committerJan Fajerski <jfajerski@suse.com>
Mon, 6 Apr 2020 08:51:27 +0000 (10:51 +0200)
commit292ae0305db3e48a87db45bcc7ca8cb837a08ead
treec009cf3794c940f05d834cbf7e925ccc92525cb5
parent040cec33dd2f5722ec2db7ca7a199cc2a98b9c33
devices/simple/scan: Fix string in log statement

A multiline string enclosed by () gained a comma, making it into a
tuple, which has no format() method.

Fixes: https://tracker.ceph.com/issues/44949
Signed-off-by: Jan Fajerski <jfajerski@suse.com>
src/ceph-volume/ceph_volume/devices/simple/scan.py