]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
devices/simple/scan: Fix string in log statement 34445/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:40:18 +0000 (15:40 +0200)
commit754f2476b203d911e5ebba9a0725b4fb0f020bd1
tree4f40dde9ee2345da8e31da9bc4c4df9e628f2a88
parentc5c3c09ade3d8624fd470a8360fc344806cf1b89
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