From 0b6fe6d3a94ac5fc3e3b4acd95a7a4bdf3e81662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Tue, 17 May 2005 08:50:53 +0000 Subject: [PATCH] Reverted my change for the INFORM define. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12695 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/registrar/Debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/servers/registrar/Debug.h b/src/servers/registrar/Debug.h index edbcea0977..2b5f06e9b5 100644 --- a/src/servers/registrar/Debug.h +++ b/src/servers/registrar/Debug.h @@ -55,7 +55,7 @@ #define FATAL(x) { __out(DEBUG_APP ": "); __out x; } #define ERROR(x) { __out(DEBUG_APP ": "); __out x; } #define WARNING(x) { __out(DEBUG_APP ": "); __out x; } - #define INFORM(x) ; + #define INFORM(x) { __out(DEBUG_APP ": "); __out x; } #define FUNCTION(x) ; #define FUNCTION_START() ; #define FUNCTION_END() ;