Module: sip-router Branch: master Commit: d15341aa8480bcf77e43f7d48224364baca1fcf9 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d15341aa...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Sun Sep 26 15:03:41 2010 +0200
Revert "Makefile: log func name for kamailio flavour"
After commit c3e19d2, the function name is printed by default unless NO_LOG_FUNC_NAME is defined. This reverts commit f8584159fa88e92b36f8657d645f00d0ff851099.
---
Makefile.defs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/Makefile.defs b/Makefile.defs index 55b9010..e8a1a21 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -704,9 +704,6 @@ endif ifeq ($(WITHAS), 1) C_DEFS+= -DWITH_AS_SUPPORT endif -ifeq ($(FLAVOUR),kamailio) - C_DEFS+= -DLOG_FUNC_NAME -endif
ifneq ($(STUN),) C_DEFS+= -DUSE_STUN