Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo line 65 of node-syslog.js #5

Open
Floehe opened this issue Jan 24, 2014 · 1 comment
Open

typo line 65 of node-syslog.js #5

Floehe opened this issue Jan 24, 2014 · 1 comment

Comments

@Floehe
Copy link

Floehe commented Jan 24, 2014

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 + [
@19h
Copy link

19h commented Mar 18, 2015

Looks like the author didn't gave much of a 💩 about this anymore. Fork ahead..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants