summaryrefslogtreecommitdiff
path: root/src/nshd/hackers_git/hackers_watch.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/nshd/hackers_git/hackers_watch.go')
-rw-r--r--src/nshd/hackers_git/hackers_watch.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nshd/hackers_git/hackers_watch.go b/src/nshd/hackers_git/hackers_watch.go
index 666237b..0fa45c9 100644
--- a/src/nshd/hackers_git/hackers_watch.go
+++ b/src/nshd/hackers_git/hackers_watch.go
@@ -220,14 +220,14 @@ Loop:
}()
}
} else {
- logger.Debug("hackers.git: event didn't match: %#v", event)
+ logger.Debug("hackers.git: Event didn't match: %#v", event)
}
}
case err, ok := <-o.in_fd.Errors:
if !ok {
break Loop
}
- logger.Warning("hackers.git: inotify error: %v", err)
+ logger.Warning("hackers.git: Inotify error: %v", err)
}
}
logger.Info("hackers.git: Stopped inotify watcher")