[svn:DBD-Pg] r13266 - DBD-Pg/trunk [email protected] Thu, 3 Sep 2009 13:53:22 -0700 (PDT) Newsgroups gmane.comp.db.postgresql.dbdpg.cvs Message-ID <[email protected]> Author: turnstep Date: Thu Sep 3 13:53:21 2009 New Revision: 13266 Modified: DBD-Pg/trunk/dbdimp.c Log: Minor casting tweak. Modified: DBD-Pg/trunk/dbdimp.c ============================================================================== --- DBD-Pg/trunk/dbdimp.c (original) +++ DBD-Pg/trunk/dbdimp.c Thu Sep 3 13:53:21 2009 @@ -785,7 +785,7 @@ unsigned int newval = SvTRUE(valuesv); int retval = 0; - if (TSTART) TRC(DBILOGFP, "%sBegin dbd_db_STORE (key: %s newval: %d kl:%d)\n", THEADER, key, newval, kl); + if (TSTART) TRC(DBILOGFP, "%sBegin dbd_db_STORE (key: %s newval: %d kl:%d)\n", THEADER, key, newval, (int)kl); switch (kl) {