From 6a030735c94f9e67054b5f0b7d30aae3d0e84404 Mon Sep 17 00:00:00 2001 From: Finn Herzfeld Date: Wed, 5 Dec 2018 14:45:34 -0800 Subject: [PATCH] Fix patched SMS sender to log the actual code for SMS verification as well as voice --- signal-server-patches/remove-twilio.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/signal-server-patches/remove-twilio.patch b/signal-server-patches/remove-twilio.patch index ab494d0..4d4c6a1 100644 --- a/signal-server-patches/remove-twilio.patch +++ b/signal-server-patches/remove-twilio.patch @@ -40,7 +40,7 @@ index 8b62e0f..0e68bb0 100644 - } catch (TwilioRestException e) { - logger.info("Twilio SMS Failed: " + e.getErrorMessage()); - } -+ logger.info("Sending SMS verification code to " + destination + ": " + destination); ++ logger.info("Sending SMS verification code to " + destination + ": " + verificationCode); } public void deliverVoxVerification(String destination, String verificationCode)