summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers.go')
-rw-r--r--src/nshd/hackers_git/hackers.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nshd/hackers_git/hackers.go b/src/nshd/hackers_git/hackers.go
index 60e6dd9..0f2dd3d 100644
--- a/src/nshd/hackers_git/hackers.go
+++ b/src/nshd/hackers_git/hackers.go
@@ -43,6 +43,7 @@ func NewHackers(config Config) *Hackers {
}
err := o.Reload()
if err != nil {
+ logger.Err("Could not initialize hackers.git: %v", err)
return nil
}
o.workers.Add(1)