diff options
author | Sue Gleeson <Susan.Gleeson@Sun.COM> | 2009-10-21 15:58:21 -0400 |
---|---|---|
committer | Sue Gleeson <Susan.Gleeson@Sun.COM> | 2009-10-21 15:58:21 -0400 |
commit | bea257dfb5d90b6cfb67fb3bcc5546b0df268593 (patch) | |
tree | f97d952e5b62a81fcef8305e9eb073ac1a3557d0 /usr/src | |
parent | 18ea9e96eccf736579ba008bae2ec5ac428ab52d (diff) | |
download | illumos-gate-bea257dfb5d90b6cfb67fb3bcc5546b0df268593.tar.gz |
6893044 unnecessary SRP syslog messages during boot
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h b/usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h index 7fb9e136b2..257957cb37 100644 --- a/usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h +++ b/usr/src/uts/common/io/comstar/port/srpt/srpt_impl.h @@ -479,13 +479,9 @@ extern srpt_ctxt_t *srpt_ctxt; /* * 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; |