cloudhead / cloudhead/node-syslog
typo line 65 of node-syslog.js
Open
- Dominant language
- JavaScript
- Stars
- 33
- Forks
- 21
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
on line 65 of node-syslog.js you still have a typo saying "faculty" instead of "facility", resulting in messages being sent as "kern.emerg", popping up all over in the console.
64: this.connect(function (e) {
- 65: var pri = '<' + ((that.options.faculty \* 8) + severity) + '>'; // Message priority
- 65: var pri = '<' + ((that.options.facility \* 8) + severity) + '>'; // Message priority
66: var entry = pri + [
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.