]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Display a human message when graby fails to fetch articles
authorNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Mon, 22 Feb 2016 12:30:17 +0000 (13:30 +0100)
committerNicolas Lœuillet <nicolas.loeuillet@smile.fr>
Mon, 22 Feb 2016 12:30:17 +0000 (13:30 +0100)
src/Wallabag/CoreBundle/Resources/config/services.yml

index 1aa66be1016519fb942914195c42ea44a45c2d54..27f6f97f2d19b6a71d6b1b09a802f7025fd9236d 100644 (file)
@@ -39,7 +39,7 @@ services:
     wallabag_core.graby:
         class: Graby\Graby
         arguments:
     wallabag_core.graby:
         class: Graby\Graby
         arguments:
-            - { error_message: false }
+            - { error_message: "wallabag can't retrieve contents for this article. Please contact us if problem persists." }
         calls:
             - [ setLogger, [ "@logger" ] ]
         tags:
         calls:
             - [ setLogger, [ "@logger" ] ]
         tags: