File perl-DBD-Pg.patch of Package perl-DBD-Pg
--- dbdimp.c
+++ dbdimp.c
@@ -772,7 +772,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);
+ if (TSTART) TRC(DBILOGFP, "Begin dbd_db_STORE (key: %s newval: %d kl:%d)\n", THEADER, key, newval);
switch (kl) {