]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Database.class.php
file to update from 0.x to 1.x \o/
[github/wallabag/wallabag.git] / inc / poche / Database.class.php
index 034b10034bedc37b9d6b262b71cbe526eb1e5c60..8da7a994ca707080514ab7082ff9b1ab63ca60aa 100644 (file)
@@ -29,6 +29,7 @@ class Database {
         }
 
         $this->handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
+        Tools::logm('storage type ' . STORAGE);
     }
 
     private function getHandle() {