debug instructions

This commit is contained in:
pb 2025-03-12 11:35:25 +01:00
parent 378f9e5095
commit 363ac94c47

View File

@ -50,6 +50,7 @@ func (p *PeerCache) urlFormat(hostUrl string, dt tools.DataType) string {
} else {
hostUrl = hostUrl + "/" + strings.ReplaceAll(dt.API(), "oc-", "")
}
fmt.Println("Contacting", hostUrl)
return hostUrl
}