neil 8 years ago
parent
commit
df9547ae39
1 changed files with 1 additions and 1 deletions
  1. 1 1
      acme.sh

+ 1 - 1
acme.sh

@@ -2777,7 +2777,7 @@ _installOnline() {
   _info "Downloading $target"
   localname="$BRANCH.tar.gz"
   if ! _get "$target" > $localname ; then
-    _debug "Download error."
+    _err "Download error."
     return 1
   fi
   (