mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Samuel Serapion <[email protected]>
- Make the ext2 dbgprint not annoying. svn path=/trunk/; revision=32526
This commit is contained in:
@@ -185,15 +185,14 @@ extern Ext2Data Ext2GlobalData;
|
||||
{ \
|
||||
if( ( TYPE ) & ( PERMITTED_DEBUG_TRACE_TYPES ) ) \
|
||||
{ \
|
||||
DbgPrint(" "); \
|
||||
if( ( DEBUG_TRACE_LINENO ) & ( PERMITTED_DEBUG_TRACE_TYPES ) ) \
|
||||
{ \
|
||||
DbgPrint("(%s:%ld) ", __FILE__, __LINE__ ); \
|
||||
} \
|
||||
DbgPrint(X,Y); \
|
||||
if( ( DEBUG_TRACE_IRQL ) & ( PERMITTED_DEBUG_TRACE_TYPES ) ) \
|
||||
{ \
|
||||
DbgPrint( " IRQL = %d ", KeGetCurrentIrql( ) ); \
|
||||
} \
|
||||
if( ( DEBUG_TRACE_LINENO ) & ( PERMITTED_DEBUG_TRACE_TYPES ) ) \
|
||||
{ \
|
||||
DbgPrint( " [%s] Line No = %ld", __FILE__, __LINE__ ); \
|
||||
DbgPrint( ",IRQL = %d ", KeGetCurrentIrql( ) ); \
|
||||
} \
|
||||
DbgPrint("\n"); \
|
||||
} \
|
||||
|
||||
Reference in New Issue
Block a user