<html><body bgcolor="#FFFFFF"><div><span class="Apple-style-span" style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); ">On 09.11.2010, at 18:08, "Myles Watson" <<a href="mailto:mylesgw@gmail.com">mylesgw@gmail.com</a>> wrote:</span><br></div><div><br></div><div></div><blockquote type="cite"><div><blockquote type="cite"><span>Modified: trunk/src/lib/malloc.c</span><br></blockquote><blockquote type="cite"><span>==========================================================================</span><br></blockquote><blockquote type="cite"><span>====</span><br></blockquote><blockquote type="cite"><span>--- trunk/src/lib/malloc.c    Wed Nov 10 01:14:32 2010    (r6054)</span><br></blockquote><blockquote type="cite"><span>+++ trunk/src/lib/malloc.c    Wed Nov 10 03:00:32 2010    (r6055)</span><br></blockquote><blockquote type="cite"><span>@@ -4,7 +4,7 @@</span><br></blockquote><blockquote type="cite"><span> #if CONFIG_DEBUG_MALLOC</span><br></blockquote><blockquote type="cite"><span> #define MALLOCDBG(x...) printk(BIOS_SPEW, x)</span><br></blockquote><span>This would be the easy place to make sure that you could see the messages.</span><br><span>#define MALLOCDBG(x...) printk(CONFIG_DEFAULT_CONSOLE_LOGLEVEL, x)</span><font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#0023A3"><br></font></font></div></blockquote><div><br></div><div>I think keeping them at SPEW is fine,...  Otherwise we end up with images printing that information at ie error log level making it impossible to enable the option in production images at all.</div><div><br></div><div><br></div><div><br></div><div><br></div><br><blockquote type="cite"><div><span>Thanks,</span><br><span>Myles</span><br><span></span><br><span></span><br><span>-- </span><br><span>coreboot mailing list: <a href="mailto:coreboot@coreboot.org"><a href="mailto:coreboot@coreboot.org">coreboot@coreboot.org</a></a></span><br><span><a href="http://www.coreboot.org/mailman/listinfo/coreboot">http://www.coreboot.org/mailman/listinfo/coreboot</a></span><br><span></span><br></div></blockquote></body></html>