Change the type of some log messages from DEBUG to INFO
[platform/framework/web/download-provider.git] / provider / download-provider-db.c
index ff97988..2f6ac3f 100755 (executable)
@@ -168,6 +168,7 @@ static int __db_open(sqlite3 **handle, char *database, int *errorcode)
                                *handle = 0;
                                return -1;
                        }
+                       TRACE_INFO("new database is created.");
                } else {
                        TRACE_ERROR("can not handle this error(%d):%s", sqlerrcode, sqlite3_errmsg(*handle));
                        *errorcode = DP_ERROR_OUT_OF_MEMORY;