Output errors to log file

Instead stderr
This commit is contained in:
sergey-miryanov
2010-01-20 11:29:38 +05:00
parent 2dd29008ce
commit ebe060caf8
2 changed files with 30 additions and 10 deletions

View File

@@ -29,6 +29,7 @@ typedef struct sqlite3_drv_t {
unsigned int key;
struct sqlite3 *db;
long async_handle;
FILE *log;
} sqlite3_drv_t;
typedef struct async_sqlite3_command {