Skip to content

Commit 1f9b999

Browse files
committed
fix: add hub reference to PLogger initialization in uploadHandler
1 parent 14ddd43 commit 1f9b999

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conn.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func uploadHandler(hub *hub, pubKey *rsa.PublicKey, tools *tools.Tools) func(*gi
169169
return
170170
}
171171

172-
l := PLogger{Verbose: true}
172+
l := PLogger{Verbose: true, hub: hub}
173173

174174
// Upload
175175
if data.Extra.Network {

0 commit comments

Comments
 (0)