Преглед на файлове

fetching -> connecting to

Jasper van Merle преди 6 години
родител
ревизия
3cb97f71b3
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      lib/docs/core/doc.rb

+ 1 - 1
lib/docs/core/doc.rb

@@ -228,7 +228,7 @@ module Docs
       if response.success?
         response.body
       else
-        reason = response.timed_out? ? "Timed out while fetching #{url}" : "Couldn't fetch #{url} (response code #{response.code})"
+        reason = response.timed_out? ? "Timed out while connecting to #{url}" : "Couldn't fetch #{url} (response code #{response.code})"
         opts[:logger].error(reason)
         raise reason
       end