1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-08 22:58:17 -04:00

DBD-SQLite: replaced last DBILOGFP with DBIc_LOGPIO(imp_xxh) as strongly recommended in DBI::Changes (see notes for 1.31)

This commit is contained in:
Kenichi Ishigaki 2009-08-13 18:51:34 +00:00
parent 802b1648d1
commit 9949f79127

View file

@ -74,7 +74,7 @@ sqlite_db_login(SV *dbh, imp_dbh_t *imp_dbh, char *dbname, char *user, char *pas
char *errmsg = NULL;
if ( DBIc_TRACE_LEVEL(imp_dbh) >= 3 ) {
PerlIO_printf(DBILOGFP, " login '%s' (version %s)\n",
PerlIO_printf(DBIc_LOGPIO(imp_dbh), " login '%s' (version %s)\n",
dbname, sqlite3_version);
}