summaryrefslogtreecommitdiff
path: root/src/gobang.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/gobang.go')
-rw-r--r--src/gobang.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gobang.go b/src/gobang.go
index f135aa3..f27cdea 100644
--- a/src/gobang.go
+++ b/src/gobang.go
@@ -122,7 +122,7 @@ func anyArr[S ~[]E, E any](arr S) []any {
return ret
}
-const sourceInfoSkip = 3
+const sourceInfoSkip = 4
func Debug(message string, type_ string, args ...any) {
if level < LevelDebug {
return