From: Dwayne M. Hubbard Date: Tue, 5 Jun 2007 17:24:46 +0000 (+0000) Subject: changed #if DEBUG to #ifdef DEBUG to fix make failure when configured with --enable... X-Git-Tag: 1.6.0-beta1~3^2~2490 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c78c8ec9dc3d2f86869d99aec540e5b1f1a86005;p=thirdparty%2Fasterisk.git changed #if DEBUG to #ifdef DEBUG to fix make failure when configured with --enable-dev-mode git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@67397 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/misdn/isdn_msg_parser.c b/channels/misdn/isdn_msg_parser.c index 862a650ddb..9388e47329 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;