]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
more debugging info on failed schema.php runSqlSet
authorMikael Nordfeldth <mmn@hethane.se>
Wed, 27 May 2015 18:21:05 +0000 (20:21 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Wed, 27 May 2015 18:21:05 +0000 (20:21 +0200)
lib/schema.php

index 0421bcb8103ca0cada0d1e233d2e33fe5e7a743e..f536f01645366a911ec95e78e24a16e37e60a88f 100644 (file)
@@ -535,6 +535,7 @@ class Schema
             $res = $this->conn->query($sql);
 
             if ($_PEAR->isError($res)) {
+                common_debug('PEAR exception on query: '.$sql);
                 PEAR_ErrorToPEAR_Exception($res);
             }
         }