Skip to content

Commit

Permalink
acc_diameter: convert to memory logging helper
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed Mar 29, 2023
1 parent 0b9442b commit 811ede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/acc_diameter/diam_avp.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ AAA_AVP* AAACreateAVP(

return avp;
error:
LM_ERR("no more free memory for a new AVP!\n");
PKG_MEM_ERROR_FMT("for a new AVP!\n");
if(avp) ad_free(avp);
return 0;
}
Expand Down

0 comments on commit 811ede4

Please sign in to comment.