summaryrefslogtreecommitdiff
path: root/multipathd
diff options
context:
space:
mode:
authorChristophe Varoqui <christophe.varoqui@free.fr>2009-04-02 23:23:12 +0200
committerChristophe Varoqui <christophe.varoqui@free.fr>2009-04-02 23:23:12 +0200
commit389a178ed5b63d79a4a7f1feace690f0a739f1ac (patch)
tree014628910fc0649054347eaa854627bed43b133e /multipathd
parent8a7942ed63b43b1cd8a0f2f40eccbfbeb55564fc (diff)
downloadmultipath-tools-389a178ed5b63d79a4a7f1feace690f0a739f1ac.tar.gz
multipath-tools-389a178ed5b63d79a4a7f1feace690f0a739f1ac.tar.bz2
multipath-tools-389a178ed5b63d79a4a7f1feace690f0a739f1ac.zip
[multipathd] minor logging fix for the resize handler
add missing format param
Diffstat (limited to 'multipathd')
-rw-r--r--multipathd/cli_handlers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/multipathd/cli_handlers.c b/multipathd/cli_handlers.c
index 93ef741..a72c05a 100644
--- a/multipathd/cli_handlers.c
+++ b/multipathd/cli_handlers.c
@@ -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;