Module: sip-router Branch: master Commit: e0e0a753d1365d340c17f33bd868085bee304910 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=e0e0a753...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: Wed Aug 28 12:02:34 2013 +0200
dialog: fixed typo related to module name inside log message
---
modules/dialog/dialog.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/dialog/dialog.c b/modules/dialog/dialog.c index ae105d4..8d7be33 100644 --- a/modules/dialog/dialog.c +++ b/modules/dialog/dialog.c @@ -455,7 +455,7 @@ static int mod_init(void) #ifdef STATISTICS /* register statistics */ if (register_module_stats( exports.name, mod_stats)!=0 ) { - LM_ERR("failed to register core statistics\n"); + LM_ERR("failed to register %s statistics\n", exports.name); return -1; } #endif