cloudhead / cloudhead/node-syslog

typo line 65 of node-syslog.js

Open
#5 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.