From: Martin Wilck <mwi...@suse.com>

"node" is too generic to be understood without checking the code.

Signed-off-by: Martin Wilck <mwi...@suse.com>
---
 libmultipath/discovery.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmultipath/discovery.c b/libmultipath/discovery.c
index c692026..2e559d8 100644
--- a/libmultipath/discovery.c
+++ b/libmultipath/discovery.c
@@ -2124,7 +2124,7 @@ int pathinfo(struct path *pp, struct config *conf, int 
mask)
                pp->fd = open(udev_device_get_devnode(pp->udev), O_RDONLY);
 
        if (pp->fd < 0) {
-               condlog(4, "Couldn't open node for %s: %s",
+               condlog(4, "Couldn't open device node for %s: %s",
                        pp->dev, strerror(errno));
                goto blank;
        }
-- 
2.26.2


--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel

Reply via email to