diff options
Diffstat (limited to 'VNFs/vCGNAPT/pipeline/pipeline_cgnapt.c')
-rw-r--r-- | VNFs/vCGNAPT/pipeline/pipeline_cgnapt.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/VNFs/vCGNAPT/pipeline/pipeline_cgnapt.c b/VNFs/vCGNAPT/pipeline/pipeline_cgnapt.c index 239d34f9..fb0b95d1 100644 --- a/VNFs/vCGNAPT/pipeline/pipeline_cgnapt.c +++ b/VNFs/vCGNAPT/pipeline/pipeline_cgnapt.c @@ -475,7 +475,9 @@ app_pipeline_cgnapt_delete_entry(struct app_params *app, /* Read response */ if (rsp->status || !rsp->key_found) { app_msg_free(app, rsp); - printf("Successfully deleted the entry\n"); + #ifdef CGNAPT_DBG_PRNT + printf("Successfully deleted the entry\n"); + #endif return 0; } |