Module: sip-router Branch: master Commit: 2d09ec6c90ac6e18a6d373ef61cf0ac9d6972696 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2d09ec6c...
Author: Jan Janak jan@iptel.org Committer: Jan Janak jan@iptel.org Date: Tue Mar 3 02:30:45 2009 +0100
Alias LM_NOTICE to NOTICE
---
dprint.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dprint.h b/dprint.h index 842cba8..156d051 100644 --- a/dprint.h +++ b/dprint.h @@ -302,7 +302,7 @@ int log_facility_fixup(void *handle, str *name, void **val); #define LM_CRIT CRIT #define LM_ERR ERR #define LM_WARN WARN -#define LM_NOTICE +#define LM_NOTICE NOTICE #define LM_INFO INFO #define LM_DBG DEBUG