[erlang-patches] Fix incorrect use of error_logger:(info|warning|error)_report/2

Henrik Nord henrik@REDACTED
Tue Aug 30 11:57:38 CEST 2011


On 07/02/2011 05:52 AM, Andrew Thompson wrote:
> git fetch git://github.com/Vagabond/otp.git fix_error_logger_calls
>
> https://github.com/Vagabond/otp/compare/fix_error_logger_calls
> https://github.com/Vagabond/otp/compare/fix_error_logger_calls.patch
>
> Change incorrect calls to the report/2 functions that are supplying a format
> string and a list of terms to print to use the correct
> (info|warning|error)_msg/2 functions instead. The incorrect use of these
> functions is generating a report with the type set to the format string,
> which is ignored by both the builtin error_logger handlers and the SASL ones.
> _______________________________________________
> erlang-patches mailing list
> erlang-patches@REDACTED
> http://erlang.org/mailman/listinfo/erlang-patches
Hi

We will correct this in a different way.

Thank you for your contribution.

-- 
/Henrik Nord Erlang/OTP




More information about the erlang-patches mailing list