aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-01-26 15:44:04 +0700
committerShulhan <ms@kilabit.info>2025-01-26 15:44:04 +0700
commit3826603fb49edda796c2a5541b39b5bb00d3745c (patch)
treeee3f0109c9c1f2745010eb4f71c3e8db996799df /cmd
parenta87283b9236f24f62b0a8936ba0b7232c0407c45 (diff)
downloadrescached-3826603fb49edda796c2a5541b39b5bb00d3745c.tar.xz
all: replace debug package with internal Debug variabel
The [debug.Value] will be removed in the next release of pakakeh.go.
Diffstat (limited to 'cmd')
-rw-r--r--cmd/rescached/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/rescached/main.go b/cmd/rescached/main.go
index 2ab18fe..8fa33b8 100644
--- a/cmd/rescached/main.go
+++ b/cmd/rescached/main.go
@@ -90,7 +90,7 @@ func main() {
log.Fatal(err)
}
- if debug.Value >= 4 {
+ if rescached.Debug >= 4 {
go debugRuntime()
}