Hi Rutger, I'm wondering why urj_parse_file has a log level argument. urj_parse_file passes that argument to urj_parse_stream, which prints out error on the log level passed to it.
Why not just output errors on URJ_LOG_LEVEL_ERROR? urj_parse_file is called at three places: * jtag_parse_rc, URJ_LOG_LEVEL_DETAIL * main for input file, URJ_LOG_LEVEL_NORMAL * urj_parse_include, URJ_LOG_LEVEL_NORMAL Regards, Jie ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2d-c2 _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
