Update Riot/Modules/SecretsRecovery/RecoverWithKey/SecretsRecoveryWithKeyViewController.swift

Co-authored-by: manuroe <manuroe@users.noreply.github.com>
This commit is contained in:
SBiOSoftWhare
2020-06-10 13:56:51 +02:00
committed by GitHub
parent e69b14f13e
commit 6a292702c8
@@ -216,7 +216,7 @@ final class SecretsRecoveryWithKeyViewController: UIViewController {
do {
documentContent = try String(contentsOf: documentURL)
} catch {
print("Error: \(error)")
print("[SecretsRecoveryWithKeyViewController] Error: \(error)")
documentContent = nil
}