[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Disable Xen verbosity by default. At this point I think it
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID 21a211649fe26af8f4565dd0a032a6d0dced0862 # Parent 17a9f111fa93b38b28bc8679ee8d35b45b7627bc Disable Xen verbosity by default. At this point I think it is best to disable 'scary' warning messages by default, even though this will also quieten down genuine error paths. The ideal solution would be to introduce DPRINTK levels (e.g., info, warning, error) and allow these to be selected at compile and/or boot time. We could then enable error messages until things have stabilised some more. Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx> diff -r 17a9f111fa93 -r 21a211649fe2 xen/Rules.mk --- a/xen/Rules.mk Fri Oct 21 17:51:42 2005 +++ b/xen/Rules.mk Fri Oct 21 19:07:54 2005 @@ -2,7 +2,7 @@ # If you change any of these configuration options then you must # 'make clean' before rebuilding. # -verbose ?= y +verbose ?= n debug ?= n perfc ?= n perfc_arrays?= n _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |