Revision 31d3c9b8 vl.c

b/vl.c
2766 2766
    }
2767 2767
    loc_set_none();
2768 2768

  
2769
    st_init(trace_file);
2769
    if (!st_init(trace_file)) {
2770
        fprintf(stderr, "warning: unable to initialize simple trace backend\n");
2771
    }
2770 2772

  
2771 2773
    /* If no data_dir is specified then try to find it relative to the
2772 2774
       executable path.  */

Also available in: Unified diff