[libmultipath] no need to msg when multipath can't connect to uxsock
authorroot <root@xa-s05.(none)>
Thu, 21 Jul 2005 18:54:20 +0000 (20:54 +0200)
committerroot <root@xa-s05.(none)>
Thu, 21 Jul 2005 18:54:20 +0000 (20:54 +0200)
libmultipath/cache.c

index e49daca..bbada3f 100644 (file)
@@ -27,7 +27,7 @@ cache_load (vector pathvec)
         fd = ux_socket_connect(SOCKET_NAME);
 
        if (fd == -1) {
-               condlog(0, "ux_socket_connect error");
+               condlog(3, "ux_socket_connect error");
                return 1;
        }