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

make these facilities a bit more readable #13

Merged
merged 2 commits into from Aug 22, 2013
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

note

  • Loading branch information
Mike Blume
Mike Blume committed Aug 22, 2013
commit 6e6c8203eb550f9a63fa68b83a4fbf46efd5633c
@@ -226,6 +226,7 @@
}

# log facilities...
# (avoiding a dict comprehension for Python 2.6 compat)
LOG_FACILITIES = dict([(k, v << 3) for k,v in {
"kern": 0, "user": 1, "mail": 2, "daemon": 3,
"auth": 4, "syslog": 5, "lpr": 6, "news": 7,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.