X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=inline;f=inc%2Fpoche%2FDatabase.class.php;h=8da7a994ca707080514ab7082ff9b1ab63ca60aa;hb=580d60b9416b3445300f37fc0ecc160254ed0676;hp=034b10034bedc37b9d6b262b71cbe526eb1e5c60;hpb=68857cea8c08aab54c632d63f4526d0bb16f80d4;p=github%2Fwallabag%2Fwallabag.git diff --git a/inc/poche/Database.class.php b/inc/poche/Database.class.php index 034b1003..8da7a994 100644 --- a/inc/poche/Database.class.php +++ b/inc/poche/Database.class.php @@ -29,6 +29,7 @@ class Database { } $this->handle->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); + Tools::logm('storage type ' . STORAGE); } private function getHandle() {