mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-15 03:43:11 +00:00
fix logging
This commit is contained in:
parent
fece905431
commit
3a7f18dea2
@ -785,7 +785,8 @@ proc storeTorrent*(
|
||||
error "Unable to store manifest"
|
||||
return failure(err)
|
||||
|
||||
info "Stored BitTorrent data", infoHash = $infoHash, codexManifestCid
|
||||
info "Stored BitTorrent data",
|
||||
infoHash = $infoHash, codexManifestCid = bitTorrentManifest.codexManifestCid
|
||||
|
||||
success infoHash
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user