mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-22 17:35:59 +03:00
Fix format string from patch apply mistake
This commit is contained in:
parent
69ca87abad
commit
15352cd86e
@ -137,7 +137,7 @@ static int _maps_line(struct cmd_context *cmd, lvmlock_t lock,
|
||||
|
||||
/* Select readable maps */
|
||||
if (fr != 'r') {
|
||||
log_debug("% area unreadable %s : Skipping.",
|
||||
log_debug("%s area unreadable %s : Skipping.",
|
||||
(lock == LVM_MLOCK) ? "mlock" : "munlock", line);
|
||||
return 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user