Commit 0c80d53
Matthew Fisher
fix(logger): import syslog package from github
Since syslog.go is located at github.com/opdemand/deis/logger/syslog,
we should be imorting from there. Without this change, running
syslogd.go will complain that the syslog package does not exist.1 parent 1633cb8 commit 0c80d53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments