]> sourceware.org Git - lvm2.git/commitdiff
Fix format string from patch apply mistake
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 8 Jul 2010 14:47:46 +0000 (14:47 +0000)
committerZdenek Kabelac <zkabelac@redhat.com>
Thu, 8 Jul 2010 14:47:46 +0000 (14:47 +0000)
lib/mm/memlock.c

index 3bc13e40d792130fb43d0a2993cdfd28497ab4e2..73d240757026fa764ea54fbb7e14deb96650afcf 100644 (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;
        }
This page took 0.043993 seconds and 5 git commands to generate.