Module: sip-router Branch: master Commit: 207f7c6f55fd1c986f7c1566a3acfdd3361434b5 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=207f7c6f...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Wed May 25 12:00:41 2011 +0200
core: also include newline in error msg..
---
sr_module.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/sr_module.c b/sr_module.c index 543587a..3fc0788 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;