Module: kamailio Branch: master Commit: 4dff740464bb98b8dfe2b8ac9a339cc196b202b5 URL: https://github.com/kamailio/kamailio/commit/4dff740464bb98b8dfe2b8ac9a339cc196b202b5
Author: Henning Westerholt <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2019-06-05T22:09:14+02:00 p_usrloc: add missing linebreak in log statement --- Modified: src/modules/p_usrloc/ul_db_watch.c --- Diff: https://github.com/kamailio/kamailio/commit/4dff740464bb98b8dfe2b8ac9a339cc196b202b5.diff Patch: https://github.com/kamailio/kamailio/commit/4dff740464bb98b8dfe2b8ac9a339cc196b202b5.patch --- diff --git a/src/modules/p_usrloc/ul_db_watch.c b/src/modules/p_usrloc/ul_db_watch.c index 3f5edfc57f..ba5ca143d4 100644 --- a/src/modules/p_usrloc/ul_db_watch.c +++ b/src/modules/p_usrloc/ul_db_watch.c @@ -91,7 +91,7 @@ void ul_db_watch_destroy(void){ } void check_dbs(unsigned int ticks, void *param){ - LM_DBG("check availability of databases"); + LM_DBG("check availability of databases\n"); ul_db_watch_list_t * tmp; ul_db_handle_list_t * tmp2, * new_element; int found; _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
