This commit is contained in:
Mikaël Cluseau 2023-02-13 18:34:45 +01:00
parent 5a6c0fa3d8
commit 1f03315897

View File

@ -99,7 +99,7 @@ func wsDownload(req *restful.Request, resp *restful.Response) {
return
}
log.Printf("download via token %q", token)
log.Printf("download via token: %s %q asset %q", spec.Kind, spec.Name, asset)
cfg, err := readConfig()
if err != nil {