simplify absf

This commit is contained in:
Vítor Santos Costa 2014-03-09 12:26:03 +00:00
parent f163ca8ea0
commit 9408c8a866

View File

@ -391,7 +391,7 @@ toggle_low_level_trace(void)
static Int p_start_low_level_trace( USES_REGS1 )
{
GLOBAL_stderr = Sopen_file("LOG", "w");
GLOBAL_stderr = Sopen_file("TRACER_LOG", "w");
Yap_do_low_level_trace = TRUE;
return(TRUE);
}