=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: ntdll: No need for WINE_ prefixed debug output macro.

Alexandre Julliard julliard at winehq.org
Wed Jan 11 13:39:59 CST 2012


Module: wine
Branch: master
Commit: 37ba5eb2a2231e270c038376b6f32ed83d2f4429
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=37ba5eb2a2231e270c038376b6f32ed83d2f4429

Author: André Hentschel <nerv at dawncrow.de>
Date:   Tue Jan 10 22:29:26 2012 +0100

ntdll: No need for WINE_ prefixed debug output macro.

---

 dlls/ntdll/signal_arm.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/signal_arm.c b/dlls/ntdll/signal_arm.c
index 6f9b9bf..7514b4d 100644
--- a/dlls/ntdll/signal_arm.c
+++ b/dlls/ntdll/signal_arm.c
@@ -577,7 +577,7 @@ static void segv_handler( int signal, siginfo_t *info, void *ucontext )
         rec->ExceptionCode = EXCEPTION_DATATYPE_MISALIGNMENT;
         break;
     default:
-        WINE_ERR( "Got unexpected trap %ld\n", TRAP_sig(context) );
+        ERR("Got unexpected trap %ld\n", TRAP_sig(context));
         rec->ExceptionCode = EXCEPTION_ILLEGAL_INSTRUCTION;
         break;
     }




More information about the wine-cvs mailing list