When I do
> mnesia:stop().
I see this
=INFO REPORT==== 31-Aug-2011::19:03:57 ===
application: mnesia
exited: stopped
type: temporary
How can I get rid of this printout? I never want to see excess output
if the system has correctly done what I told it to do.
/Joe