[erlang-questions] error_logger and the perils of asynchronicity

Vance Shipley vances@REDACTED
Sun May 17 17:12:45 CEST 2009


On Sat, May 16, 2009 at 12:43:44PM -0700, Steve Davis wrote:
}  ...from error_logger_h.erl:
}      io:format(Fd, T ++ S ++ add_node("", Pid), []);
}  ...possibly it's the ++ appends in those calls not the io:format itself?

... which don't even need to be there!

	1> io:format(["foo", "bar" | "baz"], []).
	foobarbazok

-- 
	-Vance



More information about the erlang-questions mailing list