mirror of
https://github.com/kopia/kopia.git
synced 2026-05-18 19:54:37 -04:00
Fixes print for error handling policy. Previously was printing pointer address, now dereference pointer to print boolean itself. Nil check in case the caller passes a policy with nil. In that case print "false" which is the behavior in uploader for nil pointer.