data-ipa-cfg-mgr: Disable NAT_DUMP on non-debug builds

* Fix compilation with disabled debugging

Change-Id: I7483735fb935798b57e0072bb14ed8a476857786
This commit is contained in:
Michael Bestas 2018-05-23 01:06:16 +03:00 committed by Max Weffers
parent 0895dd6712
commit 0b6a4108c1
No known key found for this signature in database
GPG key ID: 795F73D22FB93FAE

View file

@ -43,7 +43,9 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "ipa_nat_logi.h" #include "ipa_nat_logi.h"
#ifdef DEBUG
#define NAT_DUMP #define NAT_DUMP
#endif
/*======= IMPLEMENTATION related data structures and functions ======= */ /*======= IMPLEMENTATION related data structures and functions ======= */
#ifdef IPA_ON_R3PC #ifdef IPA_ON_R3PC