From 9b8d6bd87db34de1de1e8dd385993b7828d72ab5 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 19 Apr 2017 18:17:43 -0400 Subject: [PATCH] Minor cleanup. // FREEBIE --- src/Security/OWSFingerprint.m | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Security/OWSFingerprint.m b/src/Security/OWSFingerprint.m index 82d67b497..6be522e00 100644 --- a/src/Security/OWSFingerprint.m +++ b/src/Security/OWSFingerprint.m @@ -1,5 +1,6 @@ -// Created by Michael Kirk on 9/14/16. -// Copyright © 2016 Open Whisper Systems. All rights reserved. +// +// Copyright (c) 2017 Open Whisper Systems. All rights reserved. +// #import "OWSFingerprint.h" #import "NSData+Base64.h" @@ -97,7 +98,7 @@ static uint32_t const OWSFingerprintDefaultHashIterations = 5200; return NO; } else { // Sync log in case we bail. - NSLog(@"%@ parsing QRCode data failed with error: %@", self.tag, exception); + DDLogError(@"%@ parsing QRCode data failed with error: %@", self.tag, exception); @throw exception; } }