Use report-string.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 25 Sep 2010 22:29:31 +0000 (00:29 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sat, 25 Sep 2010 22:29:31 +0000 (00:29 +0200)
lisp/gnus-int.el

index 84224b2..3245b16 100644 (file)
@@ -188,7 +188,8 @@ If it is down, start it up (again)."
             (format " on %s" (nth 1 method)))
           (if result
               "done"
-            (format "failed: %s" (nnheader-get-report (car method))))))))))
+            (format "failed: %s"
+                    (nnheader-get-report-string (car method))))))))))
 
 (defun gnus-get-function (method function &optional noerror)
   "Return a function symbol based on METHOD and FUNCTION."