From a59ec8e0c84d1bb6efac62fa626f882dce8dbbe5 Mon Sep 17 00:00:00 2001 From: caprice Date: Sun, 10 Aug 2014 21:54:48 +0900 Subject: [PATCH] =?utf8?q?logging=E5=87=A6=E7=90=86=E3=81=AE=E8=BF=BD?= =?utf8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/GikoMona.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GikoMona.cpp b/src/GikoMona.cpp index 46ab8df..e9e65f8 100644 --- a/src/GikoMona.cpp +++ b/src/GikoMona.cpp @@ -96,7 +96,7 @@ void optimize_database(const boost::filesystem::path& db_path) { mona_string sql(u8"SELECT counts-of-deleting-value FROM file-information;"); auto count = sqlite::execute_statement(db, sql, ec); - if(!count) { /* log */ } + if(!count) { WARNING("libsqlitexx '" << ec.message() << "'"); } if(count->at<0>(0) >= 1000) { db.optimize(ec); -- 2.11.0