From 59cf8c37afea092cfcb241358105603b2800dd92 Mon Sep 17 00:00:00 2001 From: Ned Bass Date: Wed, 5 Sep 2012 15:34:34 -0700 Subject: [PATCH] LUDOC-11 debug: fix wrong libcfs debug header path An incorrect path was given to the header file listing debug subsystems and message types. Signed-off-by: Ned Bass Change-Id: Ib272ed9630f23f99d5f66760804bc3627d58f5dc Reviewed-on: http://review.whamcloud.com/3882 Tested-by: Hudson Reviewed-by: Richard Henwood Tested-by: Richard Henwood --- LustreDebugging.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LustreDebugging.xml b/LustreDebugging.xml index 3b68bf7..8402265 100644 --- a/LustreDebugging.xml +++ b/LustreDebugging.xml @@ -158,7 +158,7 @@ Lustre Debugging Tools <indexterm><primary>debugging</primary><secondary>message format</secondary></indexterm>Understanding the Lustre Debug Messaging Format Lustre debug messages are categorized by originating sybsystem, message type, and locaton in the source code. For a list of subsystems and message types, see . - For a current list of subsystems and debug message types, see lnet/include/libcfs/libcfs.h in the Lustre tree + For a current list of subsystems and debug message types, see libcfs/include/libcfs/libcfs_debug.h in the Lustre tree The elements of a Lustre debug message are described in Format of Lustre Debug Messages.
-- 1.8.3.1