Cygwin: drop debug_printf statement from start_transaction
start_transaction is now defined in ntdll.h and we can't rely on debug_printf being available Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
011fc3b508
commit
fe8e2c9b1f
|
@ -1668,10 +1668,7 @@ extern "C"
|
||||||
RtlSetCurrentTransaction (trans);
|
RtlSetCurrentTransaction (trans);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
old_trans = trans = NULL;
|
||||||
debug_printf ("NtCreateTransaction failed, %y", status);
|
|
||||||
old_trans = trans = NULL;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline NTSTATUS
|
static inline NTSTATUS
|
||||||
|
|
Loading…
Reference in New Issue