mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Rise priority of the informational messages from LOG_INFO to LOG_NOTICE,
same as used for OK status. Otherwise it looks strange when OK status is reported, while informational is not.
This commit is contained in:
parent
909c4d7ec0
commit
23ec103f3f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=242634
@ -142,9 +142,8 @@ main(int a, char **v)
|
||||
"%s: Enclosure Status OK", v[dev]);
|
||||
}
|
||||
if (stat & SES_ENCSTAT_INFO) {
|
||||
syslog(LOG_INFO,
|
||||
"%s: Enclosure Status Has Information",
|
||||
v[dev]);
|
||||
syslog(LOG_NOTICE,
|
||||
"%s: Enclosure Has Information", v[dev]);
|
||||
}
|
||||
if (stat & SES_ENCSTAT_NONCRITICAL) {
|
||||
syslog(LOG_WARNING,
|
||||
|
Loading…
Reference in New Issue
Block a user