1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Put device name in quotes.

This commit is contained in:
Alasdair Kergon 2002-01-03 17:47:48 +00:00
parent 6e16088e24
commit b94703a187

View File

@ -253,7 +253,7 @@ static int _print_pvs(struct formatter *f, struct volume_group *vg)
} }
_out(f, "id = \"%s\"", buffer); _out(f, "id = \"%s\"", buffer);
_out_hint(f, "device = %s", dev_name(pv->dev)); _out_hint(f, "device = \"%s\"", dev_name(pv->dev));
_nl(f); _nl(f);
if (!print_flags(pv->status, PV_FLAGS, if (!print_flags(pv->status, PV_FLAGS,