The original error log message doesn't indicate failure is to get DCB settings
when fcoemon trys to connect to lldpad. The new log message shows the purpose 
is to connect to the lldpad clif.

Signed-off-by: Lucy Liu <[email protected]>
---

 fcoemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fcoemon.c b/fcoemon.c
index 1d04bd1..5a3b448 100644
--- a/fcoemon.c
+++ b/fcoemon.c
@@ -1177,7 +1177,7 @@ static int fcm_dcbd_connect(void)
                 LLDP_CLIF_SOCK);
        rc = connect(fd, (struct sockaddr *)&dest, sizeof(dest));
        if (rc < 0) {
-               FCM_LOG_ERR(errno, "clif connect failed");
+               FCM_LOG_ERR(errno, "Failed to connect to lldpad");
                unlink(lp->sun_path);
                close(fd);
                return 0;

_______________________________________________
devel mailing list
[email protected]
http://www.open-fcoe.org/mailman/listinfo/devel

Reply via email to