From 78eadffeee71974c51693e2beca14b6f46d78f13 Mon Sep 17 00:00:00 2001 From: ericm Date: Thu, 13 Nov 2003 07:54:34 +0000 Subject: [PATCH] again merge b_devel to b_eq 20031113 yesterday's merge brought in some nasty bugs. --- lustre/obdclass/lustre_peer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/obdclass/lustre_peer.c b/lustre/obdclass/lustre_peer.c index 5987d2e..6950d18 100644 --- a/lustre/obdclass/lustre_peer.c +++ b/lustre/obdclass/lustre_peer.c @@ -117,6 +117,7 @@ int class_add_uuid(char *uuid, __u64 nid, __u32 nal) if (data == NULL) goto fail_1; + CDEBUG(D_INFO, "add uuid %s "LPU64" %u\n", uuid, nid, nal); memcpy(data->uuid, uuid, nob); data->nid = nid; data->nal = nal; -- 1.8.3.1