Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490ed0b
)
Branch HEAD
author
adilger
<adilger>
Fri, 23 Jan 2009 19:20:17 +0000
(19:20 +0000)
committer
adilger
<adilger>
Fri, 23 Jan 2009 19:20:17 +0000
(19:20 +0000)
Don't print function name for DEBUG MARKER messages, it never changes.
libcfs/libcfs/debug.c
patch
|
blob
|
history
diff --git
a/libcfs/libcfs/debug.c
b/libcfs/libcfs/debug.c
index
4c950c8
..
868be0a
100644
(file)
--- a/
libcfs/libcfs/debug.c
+++ b/
libcfs/libcfs/debug.c
@@
-421,7
+421,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;