mirror of
https://github.com/winfsp/winfsp.git
synced 2025-04-22 16:33:02 -05:00
sys: FspTraceNtStatus: fix spelling mistake
This commit is contained in:
parent
a5726c820b
commit
1dbcae3985
@ -61,7 +61,7 @@ VOID FspTraceNtStatus(const char *file, int line, const char *func, NTSTATUS Sta
|
|||||||
LowPagedPoolCondition = 0 != FspLowPagedPoolCondition.Event &&
|
LowPagedPoolCondition = 0 != FspLowPagedPoolCondition.Event &&
|
||||||
!!KeReadStateEvent(FspLowPagedPoolCondition.Event);
|
!!KeReadStateEvent(FspLowPagedPoolCondition.Event);
|
||||||
DbgPrintEx(DPFLTR_DEFAULT_ID, DPFLTR_TRACE_LEVEL,
|
DbgPrintEx(DPFLTR_DEFAULT_ID, DPFLTR_TRACE_LEVEL,
|
||||||
DRIVER_NAME ": %s[%s:%d]: STATUS_INSUFFICIENT_RESOURCE (Memory=%c%c%c)\n",
|
DRIVER_NAME ": %s[%s:%d]: STATUS_INSUFFICIENT_RESOURCES (Memory=%c%c%c)\n",
|
||||||
func, file, line,
|
func, file, line,
|
||||||
LowMemoryCondition ? 'M' : '-',
|
LowMemoryCondition ? 'M' : '-',
|
||||||
LowNonPagedPoolCondition ? 'N' : '-',
|
LowNonPagedPoolCondition ? 'N' : '-',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user