From 6aa261f4187527eaeb45c5f27db8bf309babf845 Mon Sep 17 00:00:00 2001 From: Johann Lombardi Date: Tue, 15 Jun 2010 11:56:20 +0200 Subject: [PATCH] use CNETERR instead of CDEBUG(D_NETERROR ...) --- lustre/ptlrpc/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/client.c b/lustre/ptlrpc/client.c index 2e5fb62..1125daf 100644 --- a/lustre/ptlrpc/client.c +++ b/lustre/ptlrpc/client.c @@ -66,7 +66,7 @@ struct ptlrpc_connection *ptlrpc_uuid_to_connection(struct obd_uuid *uuid) err = ptlrpc_uuid_to_peer(uuid, &peer, &self); if (err != 0) { - CDEBUG(D_NETERROR, "cannot find peer %s!\n", uuid->uuid); + CNETERR("cannot find peer %s!\n", uuid->uuid); return NULL; } -- 1.8.3.1