ia64/xen-unstable
changeset 7479:21a211649fe2
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@xensource.com>
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@xensource.com>
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Fri Oct 21 20:07:54 2005 +0100 (2005-10-21) |
parents | 17a9f111fa93 |
children | 3951b5b01cfd |
files | xen/Rules.mk |
line diff
1.1 --- a/xen/Rules.mk Fri Oct 21 18:51:42 2005 +0100 1.2 +++ b/xen/Rules.mk Fri Oct 21 20:07:54 2005 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 # If you change any of these configuration options then you must 1.5 # 'make clean' before rebuilding. 1.6 # 1.7 -verbose ?= y 1.8 +verbose ?= n 1.9 debug ?= n 1.10 perfc ?= n 1.11 perfc_arrays?= n