This repository has been archived on 2026-05-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
syncthing-arm/xdr/debug.go
T
2014-05-17 13:55:10 +02:00

16 lines
232 B
Go

package xdr
import (
"os"
"strings"
"github.com/calmh/syncthing/logger"
)
var (
debug = strings.Contains(os.Getenv("STTRACE"), "xdr") || os.Getenv("STTRACE") == "all"
dl = logger.DefaultLogger
)
const maxDebugBytes = 32