diff --git a/tester/call_single_tester.c b/tester/call_single_tester.c index 08be21bf9..211a4086f 100644 --- a/tester/call_single_tester.c +++ b/tester/call_single_tester.c @@ -1340,7 +1340,7 @@ static void cancelled_ringing_call(void) { const bctbx_list_t * call_history; LinphoneCall* out_call; - char * db_path= bctbx_strdup_printf("%s,%s",bc_tester_get_writable_dir_prefix(),"tmp_call_log.db"); + char * db_path= bctbx_strdup_printf("%s/%s",bc_tester_get_writable_dir_prefix(),"tmp_call_log.db"); linphone_core_set_call_logs_database_path(marie->lc,db_path);