summaryrefslogtreecommitdiff
path: root/clients/syslogd/syslog_patch.43tahoe
blob: b2413cdb01939d346fe183a72dd4fd0cf7d50211 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
***************
*** 76,82 ****
  
  	/* see if we should just throw out this message */
  	if ((unsigned) LOG_FAC(pri) >= LOG_NFACILITIES ||
! 	    (LOG_MASK(LOG_PRI(pri)) & LogMask) == 0 ||
  	    (pri &~ (LOG_PRIMASK|LOG_FACMASK)) != 0)
  		return;
  	if (LogFile < 0 || !connected)
--- 76,82 ----
  
  	/* see if we should just throw out this message */
  	if ((unsigned) LOG_FAC(pri) >= LOG_NFACILITIES ||
! 	    LOG_MASK(LOG_PRI(pri)) == 0 ||
  	    (pri &~ (LOG_PRIMASK|LOG_FACMASK)) != 0)
  		return;
  	if (LogFile < 0 || !connected)