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() ;