projects
/
multipath-tools
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
532f0eb
)
libmultipath: Fix typo in retain_attached_hw_handler
author
Hannes Reinecke
<hare@suse.de>
Fri, 13 Dec 2013 12:12:39 +0000
(13:12 +0100)
committer
Christophe Varoqui
<christophe.varoqui@opensvc.com>
Fri, 13 Dec 2013 21:35:18 +0000
(22:35 +0100)
Signed-off-by: Hannes Reinecke <hare@suse.de>
libmultipath/propsel.c
patch
|
blob
|
history
diff --git
a/libmultipath/propsel.c
b/libmultipath/propsel.c
index
df09603
..
7b7944d
100644
(file)
--- a/
libmultipath/propsel.c
+++ b/
libmultipath/propsel.c
@@
-685,7
+685,7
@@
select_retain_hwhandler (struct multipath * mp)
if (!VERSION_GE(conf->version, minv_dm_retain)) {
mp->retain_hwhandler = RETAIN_HWHANDLER_OFF;
- condlog(3, "%s: retain_attached_hw_hander disabled (requires kernel version >= 1.5.0)", mp->alias);
+ condlog(3, "%s: retain_attached_hw_hand
l
er disabled (requires kernel version >= 1.5.0)", mp->alias);
return 0;
}