mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Missing space in debug message
This commit is contained in:
parent
2c56f60db4
commit
96c4abee62
@ -546,7 +546,7 @@ static void _insert_dirs(struct dm_list *dirs)
|
|||||||
"cache fully", dl->dir);
|
"cache fully", dl->dir);
|
||||||
}
|
}
|
||||||
else if (!_insert_dir(dl->dir))
|
else if (!_insert_dir(dl->dir))
|
||||||
log_debug("%s: Failed to insert devices to"
|
log_debug("%s: Failed to insert devices to "
|
||||||
"device cache fully", dl->dir);
|
"device cache fully", dl->dir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user