@@ -382,6 +382,7 @@ static int child_init(int rank)
kam_srand(getpid() * 17 + time(0));
uac_reg_load_db();
+ LM_DBG("run initial uac registration routine\n");
uac_reg_timer(0);
for(;;){
/* update the local config framework structures */
@@ -579,6 +579,8 @@ int reg_ht_add(reg_uac_t *reg)
reg_ht_add_byuuid(nr);
counter_inc(regtotal);
+ LM_DBG("added uuid: %.*s - l_user: %.*s\n", nr->l_uuid.len, nr->l_uuid.s,
+ nr->l_username.len, nr->l_username.s);
return 0;
}