aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn
diff options
context:
space:
mode:
authordhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-05 17:24:46 +0000
committerdhubbard <dhubbard@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-05 17:24:46 +0000
commit4540e6e1c181f30f3e6658c59eaf7a092760acfb (patch)
tree482d8b89fa7680a1c4b643b691aa4a37a27ed4b4 /channels/misdn
parent450b9df30a5278e18c91f1c32f23dfc45087d860 (diff)
changed #if DEBUG to #ifdef DEBUG to fix make failure when configured with --enable-dev-mode
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@67397 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/misdn')
-rw-r--r--channels/misdn/isdn_msg_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/misdn/isdn_msg_parser.c b/channels/misdn/isdn_msg_parser.c
index 862a650dd..9388e4732 100644
--- a/channels/misdn/isdn_msg_parser.c
+++ b/channels/misdn/isdn_msg_parser.c
@@ -349,7 +349,7 @@ static msg_t *build_setup (struct isdn_msg msgs[], struct misdn_bchannel *bc, in
cb_log(1,bc->port,"ENCODING USERUESRINFO:%s\n",bc->uu);
}
-#if DEBUG
+#ifdef DEBUG
printf("Building SETUP Msg\n");
#endif
return msg;