]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
devices/simple/scan: Fix string in log statement 34444/head
authorJan Fajerski <jfajerski@suse.com>
Mon, 6 Apr 2020 08:51:27 +0000 (10:51 +0200)
committerJan Fajerski <jfajerski@suse.com>
Tue, 7 Apr 2020 13:39:50 +0000 (15:39 +0200)
commit82daf1cc32b12a857a7ef2dd8d5822f7c969676f
tree0b88947b06e28597c39a0c6bb8aa554103f293a5
parent8f57def2bffdcc86fc08466d080bd791fc1bc57a
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>
(cherry picked from commit 292ae0305db3e48a87db45bcc7ca8cb837a08ead)
src/ceph-volume/ceph_volume/devices/simple/scan.py