]> git.proxmox.com Git - pve-storage.git/commit
storage_migrate: only set errfunc for send stream
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 5 Feb 2020 08:37:09 +0000 (09:37 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Wed, 5 Feb 2020 08:37:09 +0000 (09:37 +0100)
commit8e55b4f28838115c9cb3b85637d6b614da759cf6
tree9e19a6d3efaf4e918e6a942caa28ee8fd99562b5
parentaca83310ddca8750b8cb9eee9d97459a9ecea6c1
storage_migrate: only set errfunc for send stream

since we redirect the output to our (insecure) socket, logfunc is only
used for STDERR anyway, so we might as well make it explicit on the
caller side.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/Storage.pm