1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

cleanup: add spaces between literals

This commit is contained in:
Zdenek Kabelac 2020-08-29 21:53:31 +02:00
parent a375657092
commit 4baedfc578

View File

@ -111,7 +111,7 @@ static int _vgextend_single(struct cmd_context *cmd, const char *vg_name,
if ((mda_copies != VGMETADATACOPIES_UNMANAGED) &&
(mda_copies != mda_used)) {
log_warn("WARNING: Changing preferred number of copies of VG %s metadata from %"PRIu32" to %"PRIu32,
log_warn("WARNING: Changing preferred number of copies of VG %s metadata from %" PRIu32 " to %" PRIu32,
vg_name, mda_copies, mda_used);
vg_set_mda_copies(vg, mda_used);
}