1
0
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:
Zdenek Kabelac 2010-07-08 14:47:46 +00:00
parent 69ca87abad
commit 15352cd86e

View File

@ -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;
}