fix log
This commit is contained in:
parent
d3861996a4
commit
0953c45dcc
|
@ -263,7 +263,7 @@ int metaSaveTableToDB(SMeta *pMeta, const STbCfg *pTbOptions) {
|
||||||
// "INSERT INTO stb_%" PRIu64 " VALUES (%" PRIu64 ", \'%s\', );");
|
// "INSERT INTO stb_%" PRIu64 " VALUES (%" PRIu64 ", \'%s\', );");
|
||||||
rc = sqlite3_exec(pMeta->pDB, sql, NULL, NULL, &err);
|
rc = sqlite3_exec(pMeta->pDB, sql, NULL, NULL, &err);
|
||||||
if (rc != SQLITE_OK) {
|
if (rc != SQLITE_OK) {
|
||||||
printf("failed to create normal table since %s\n", err);
|
printf("failed to create child table since %s\n", err);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue