Skip to content

Commit

Permalink
[downloader.go] Revert accidental file change
Browse files Browse the repository at this point in the history
This was accidentally included in b73c893.

Signed-off-by: eriknordmark <erik@zededa.com>
  • Loading branch information
eriknordmark authored and OhmSpectator committed Nov 7, 2024
1 parent be4d235 commit c0425c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/pillar/cmd/downloader/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ func download(ctx *downloaderContext, trType zedUpload.SyncTransportType,
}
}

var respChan = make(chan *zedUpload.DronaRequest, 1)
var respChan = make(chan *zedUpload.DronaRequest)

log.Functionf("%s syncOp for dpath:<%s>, region: <%s>, filename: <%s>, "+
"downloadURL: <%s>, maxsize: %d, ifname: %s, ipSrc: %+v, locFilename: %s",
Expand Down

0 comments on commit c0425c7

Please sign in to comment.