Merge "Improve serialization of Message, Title"
[lhc/web/wiklou.git] / includes / filerepo / ForeignAPIRepo.php
index c6941e6..ec84762 100644 (file)
@@ -521,6 +521,7 @@ class ForeignAPIRepo extends FileRepo {
                if ( $status->isOK() ) {
                        return $req->getContent();
                } else {
+                       wfDebug( "ForeignAPIRepo: ERROR on GET: " . $status->getWikiText() );
                        return false;
                }
        }