Home
last modified time | relevance | path

Searched refs:newLogSeverity (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DPoold.java508 Severity newLogSeverity; in initializeWithConfiguration() local
525 newLogSeverity = Severity.getSeverityWithName( in initializeWithConfiguration()
527 assert(newLogSeverity != null); in initializeWithConfiguration()
529 newLogSeverity = DEF_SEVERITY; in initializeWithConfiguration()
587 if (!severity.equals(newLogSeverity) || in initializeWithConfiguration()
592 severity = newLogSeverity; in initializeWithConfiguration()