Explorar o código

topos: error message about missing uuid when loading dlg made dbg

- this can be the case of local generated requests that are not handled
  by topos
- reported by Daniel Tryba
Daniel-Constantin Mierla %!s(int64=9) %!d(string=hai) anos
pai
achega
3fec5152c8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules/topos/tps_storage.c

+ 1 - 1
modules/topos/tps_storage.c

@@ -871,7 +871,7 @@ int tps_storage_load_dialog(sip_msg_t *msg, tps_data_t *md, tps_data_t *sd)
 		return -1;
 
 	if(md->a_uuid.len<=0 && md->b_uuid.len<=0) {
-		LM_ERR("no dlg uuid provided\n");
+		LM_DBG("no dlg uuid provided\n");
 		return -1;
 	}