summaryrefslogtreecommitdiff
path: root/go
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-07-05 17:08:09 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-07-05 17:08:09 -0400
commit27deaa6f350ce3d5d4739aa882fe19a8dd234eaa (patch)
tree2dedc70e29275f1673893cf2219a9f505364ddc7 /go
parent71bf3dc03c4a96885646520753c4abb84adf220c (diff)
nshd: remove "starting" debug message
Diffstat (limited to 'go')
-rw-r--r--go/cmd-nshd/main.go.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/go/cmd-nshd/main.go.in b/go/cmd-nshd/main.go.in
index b1b7108..b8c3e71 100644
--- a/go/cmd-nshd/main.go.in
+++ b/go/cmd-nshd/main.go.in
@@ -22,11 +22,9 @@ import (
hackers_nslcd_backend "parabola_hackers/nslcd_backend"
nslcd_systemd "lukeshu.com/git/go/libnslcd.git/systemd"
- "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger"
)
func main() {
- logger.Debug("starting")
backend := &hackers_nslcd_backend.Hackers{
CfgFilename: "@conf_file@",
}