[SR-Dev] git:janakj/postgres: - cleanup in modules, instead of logging module initialization

Jan Janak jan at iptel.org
Wed Feb 18 01:26:21 CET 2009


Module: sip-router
Branch: janakj/postgres
Commit: c1b232179bdde71f5df0cc11cbd0c43733a65725
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c1b232179bdde71f5df0cc11cbd0c43733a65725

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Sun Aug 10 22:51:44 2008 +0000

- cleanup in modules, instead of logging module initialization
  in each mod_init (with different messages, levels..) do this
  in the core


git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4657 689a6050-402a-0410-94f2-e92a70836424

---

 modules/db_postgres/km_db_postgres.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/db_postgres/km_db_postgres.c b/modules/db_postgres/km_db_postgres.c
index 1fdf4c0..02f1857 100644
--- a/modules/db_postgres/km_db_postgres.c
+++ b/modules/db_postgres/km_db_postgres.c
@@ -69,7 +69,6 @@ struct module_exports exports = {
 
 static int mod_init(void)
 {
-	LM_INFO("initializing...\n");
 	return 0;
 }
 




More information about the sr-dev mailing list