From: root Date: Thu, 21 Jul 2005 18:54:20 +0000 (+0200) Subject: [libmultipath] no need to msg when multipath can't connect to uxsock X-Git-Tag: 0.4.5-pre4~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9b3c9b369cd4cb4f5033567466267db1659ec5e9;p=platform%2Fupstream%2Fmultipath-tools.git [libmultipath] no need to msg when multipath can't connect to uxsock --- diff --git a/libmultipath/cache.c b/libmultipath/cache.c index e49daca..bbada3f 100644 --- a/libmultipath/cache.c +++ b/libmultipath/cache.c @@ -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; }