[sr-dev] git:3.1: core: also include newline in error msg..

Henning Westerholt henning.westerholt at 1und1.de
Wed May 25 12:01:27 CEST 2011


Module: sip-router
Branch: 3.1
Commit: 8e38978c09ff89418a51caeb3abca9ea221423a9
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8e38978c09ff89418a51caeb3abca9ea221423a9

Author: Henning Westerholt <henning.westerholt at 1und1.de>
Committer: Henning Westerholt <henning.westerholt at 1und1.de>
Date:   Wed May 25 12:00:41 2011 +0200

core: also include newline in error msg..
(cherry picked from commit 207f7c6f55fd1c986f7c1566a3acfdd3361434b5)

---

 sr_module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sr_module.c b/sr_module.c
index aad0cb8..db6a95e 100644
--- a/sr_module.c
+++ b/sr_module.c
@@ -575,7 +575,7 @@ reload:
 			dlclose(handle);
 			WARN("%s: exports dlflags interface is deprecated and it will not"
 					" be supported in newer versions; consider using"
-					" mod_register() instead", path);
+					" mod_register() instead\n", path);
 			dlflags=new_dlflags;
 			retries--;
 			if (retries>0) goto reload;




More information about the sr-dev mailing list