changeset 10827:8b1a667fca45

6893044 unnecessary SRP syslog messages during boot
author Sue Gleeson <Susan.Gleeson@Sun.COM>
date Wed, 21 Oct 2009 15:58:21 -0400
parents 3a33a8977224
children 562a05fd0a2d
files usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h	Wed Oct 21 12:06:21 2009 -0400
+++ b/usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h	Wed Oct 21 15:58:21 2009 -0400
@@ -479,13 +479,9 @@
 /*
  * srpt_errlevel can be set in the debugger to enable additional logging.
  * You can also add set srpt:srpt_errlevel={0,1,2,3,4} in /etc/system.
- * The default log level is L2 for debug builds, otherwise L1.
+ * The default log level is L1.
  */
-#ifdef	DEBUG
-#define	SRPT_LOG_DEFAULT_LEVEL SRPT_LOG_L2
-#else
 #define	SRPT_LOG_DEFAULT_LEVEL SRPT_LOG_L1
-#endif
 
 extern uint_t srpt_errlevel;