summaryrefslogtreecommitdiffhomepage
path: root/logging.go
diff options
context:
space:
mode:
Diffstat (limited to 'logging.go')
-rw-r--r--logging.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging.go b/logging.go
index fe229505d..e1ee01509 100644
--- a/logging.go
+++ b/logging.go
@@ -517,7 +517,7 @@ func (cl *CustomLog) loggerAllowed(name string, isModule bool) bool {
// append a dot so that partial names don't match
// (i.e. we don't want "foo.b" to match "foo.bar"); we
// will also have to append a dot when we do HasPrefix
- // below to compensate for when when namespaces are equal
+ // below to compensate for when namespaces are equal
if name != "" && name != "*" && name != "." {
name += "."
}