From 7270f277a73d4d1c5a2e985a1bebcf4f808c13bc Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 9 Jul 2016 15:55:36 +0800 Subject: [PATCH] minor: less debug message --- acme.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/acme.sh b/acme.sh index 2221cd7c..fa8a45ec 100755 --- a/acme.sh +++ b/acme.sh @@ -163,8 +163,8 @@ _h2b() { if _exists let ; then uselet="1" fi - _debug uselet "$uselet" - _debug _URGLY_PRINTF "$_URGLY_PRINTF" + _debug2 uselet "$uselet" + _debug2 _URGLY_PRINTF "$_URGLY_PRINTF" while true ; do if [ -z "$_URGLY_PRINTF" ] ; then h="$(printf $hex | cut -c $i-$j)"