On Tue, Jan 02, 2007 at 03:03:00PM -0800, Nishanth Aravamudan wrote:
> Some of our error and debugging paths are missing newlines, which makes
> for confusing output when things are misconfigured. Make sure all
> ERROR and WARNING in the library is properly terminated.

Actually, I think the right way to fix this is to remove \n from any
ERROR() and WARNING() macros that do have then, and add them back in
the macro itself.  I'm pretty sure the reason I've made these errors
is because I was assuming that ERROR() and WARNING() added the \n,
like CONFIG() and FAIL(), which in turn work that way because perror()
does.

-- 
David Gibson                    | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au  | minimalist, thank you.  NOT _the_ _other_
                                | _way_ _around_!
http://www.ozlabs.org/~dgibson

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Libhugetlbfs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libhugetlbfs-devel

Reply via email to