|
@@ -1,6 +1,4 @@
|
|
|
/*
|
|
|
- * $Id$
|
|
|
- *
|
|
|
* QoS module - support for tracking dialogs and SDP
|
|
|
*
|
|
|
* Copyright (C) 2007 SOMA Networks, Inc.
|
|
@@ -23,9 +21,6 @@
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301
|
|
|
* USA
|
|
|
*
|
|
|
- * History:
|
|
|
- * --------
|
|
|
- * 2007-07-16 initial version (osas)
|
|
|
*/
|
|
|
|
|
|
#include <stdio.h>
|
|
@@ -115,7 +110,7 @@ static int mod_init(void)
|
|
|
|
|
|
/* Register the main (static) dialog call back. */
|
|
|
if (load_dlg_api(&dialog_st) != 0) {
|
|
|
- LM_ERR("Can't load dialog hooks");
|
|
|
+ LM_ERR("Can't load dialog hooks\n");
|
|
|
return(-1);
|
|
|
}
|
|
|
|