cloudhead / cloudhead/node-syslog

typo line 65 of node-syslog.js

Offen
#5 1 Kommentar 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
JavaScript
Sterne
33
Forks
21
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beschreibung

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 + [

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.