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
This commit is contained in:
Dwayne M. Hubbard 2007-06-05 17:24:46 +00:00
parent bbd0541f98
commit c78c8ec9dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;