diff --git a/libcfs/libcfs/debug.c b/libcfs/libcfs/debug.c index 4c950c88731ed03daf7c14d3f343ff60dea94f5f..868be0a1dbf20db837357aed7286628f6f3b57a7 100644 --- 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;