From e40690b38fb281505097fc5bc500f610245f0043 Mon Sep 17 00:00:00 2001 From: adilger Date: Fri, 23 Jan 2009 19:17:25 +0000 Subject: [PATCH] Branch b1_x Print DEBUG MARKER messages without the function name - it never changes. --- lnet/libcfs/debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnet/libcfs/debug.c b/lnet/libcfs/debug.c index d90f697..1f70749 100644 --- a/lnet/libcfs/debug.c +++ b/lnet/libcfs/debug.c @@ -524,7 +524,7 @@ int libcfs_debug_clear_buffer(void) int libcfs_debug_mark_buffer(const char *text) { CDEBUG(D_TRACE,"***************************************************\n"); - CDEBUG(D_WARNING, "DEBUG MARKER: %s\n", text); + LCONSOLE(D_WARNING, "DEBUG MARKER: %s\n", text); CDEBUG(D_TRACE,"***************************************************\n"); return 0; -- 1.8.3.1