mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-14 14:41:13 +02:00
2019-07-01 Fred Gleason <fredg@paravelsystems.com>
* Removed debugging code from the PyPAD library.
This commit is contained in:
@@ -854,7 +854,6 @@ class Receiver(object):
|
||||
|
||||
# Open the syslog
|
||||
pypad_name=sys.argv[0].split('/')[-1]
|
||||
print('SyslogFacility: '+str(rd_config.get('Identity','SyslogFacility')))
|
||||
syslog.openlog(pypad_name,logoption=syslog.LOG_PID,facility=int(rd_config.get('Identity','SyslogFacility',fallback=syslog.LOG_USER)))
|
||||
|
||||
# Connect to the PAD feed
|
||||
|
Reference in New Issue
Block a user