summaryrefslogtreecommitdiff
path: root/argv.Match.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.Match.go')
-rw-r--r--argv.Match.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.Match.go b/argv.Match.go
index f8057c9..2039499 100644
--- a/argv.Match.go
+++ b/argv.Match.go
@@ -4,7 +4,7 @@ import "strings"
func (pb *Argv) IsMatch(match string) bool {
parts := strings.Split(match, ".")
- pb.Debugf("IsMatch() parts (%v)", parts)
+ pb.debugf("IsMatch() parts (%v)", parts)
for _, part := range parts {
var found bool
for _, v := range pb.Real {