[Release] wrt-commons_0.2.139
[platform/framework/web/wrt-commons.git] / modules / certificate_dao / dao / certificate_dao.cpp
old mode 100644 (file)
new mode 100755 (executable)
index d5506eb..877d5a8
@@ -85,7 +85,7 @@ void checkDatabase(std::string databasePath)
         struct stat buffer;
         if (stat(databasePath.c_str(), &buffer) != 0) {
             //Create fresh database
-            LogInfo("Creating database " << databasePath);
+            LogDebug("Creating database " << databasePath);
 
             std::fstream file;
             file.open(CERTIFICATE_DB_SQL_PATH, std::ios_base::in);