Skip to content

Commit

Permalink
dialog: do not print module name in log messages
Browse files Browse the repository at this point in the history
- it is added automatically
  • Loading branch information
miconda committed Nov 22, 2023
1 parent 463d5b3 commit e45c97d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/dialog/dialog.c
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ static int mod_init(void)
/* register statistics */
if(dlg_enable_stats
&& (register_module_stats(exports.name, mod_stats) != 0)) {
LM_ERR("failed to register %s statistics\n", exports.name);
LM_ERR("failed to register statistics\n");
return -1;
}
#endif
Expand Down

0 comments on commit e45c97d

Please sign in to comment.