[multipathd] minor logging fix for the resize handler
authorChristophe Varoqui <christophe.varoqui@free.fr>
Thu, 2 Apr 2009 21:23:12 +0000 (23:23 +0200)
committerChristophe Varoqui <christophe.varoqui@free.fr>
Thu, 2 Apr 2009 21:23:12 +0000 (23:23 +0200)
add missing format param

multipathd/cli_handlers.c

index 93ef741..a72c05a 100644 (file)
@@ -473,7 +473,7 @@ cli_resize(void *v, char **reply, int *len, void *data)
        condlog(3, "%s old size is %llu, new size is %llu", mapname, mpp->size,
                size);
 
-       condlog(0,"%s: resize_map.");
+       condlog(0, "%s: resize_map.", mapname);
        if (resize_map(mpp, size, vecs) != 0)
                return 1;