ソースを参照

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 9 年 前
コミット
3fec5152c8
1 ファイル変更1 行追加1 行削除
  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;
 	}