Skip to content
Snippets Groups Projects
Commit f1bf7e27 authored by Andreas Dilger's avatar Andreas Dilger
Browse files

Branch HEAD

Don't print function name for DEBUG MARKER messages, it never changes.
parent 490ed0b7
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment