X-Git-Url: https://git.distorted.org.uk/~mdw/hippotat/blobdiff_plain/e6bec44d1f87f5094effda2643fc878900f25a02..8c771381ce4cfa26901412997c266457b05921d4:/hippotatd diff --git a/hippotatd b/hippotatd index 123943a..cb86c2b 100755 --- a/hippotatd +++ b/hippotatd @@ -408,8 +408,7 @@ def daemonise(): pidfile_h.close() logger = subprocess.Popen(['logger','-d', - '-t','hippotat(stderr)', - '--id=%d' % mypid, + '-t','hippotat[%d](stderr)' % os.getpid(), '-p',opts.syslogfacility + '.err'], stdin=subprocess.PIPE, stdout=subprocess.DEVNULL,