Support gring as a first-class conversion specifier in internal string-formatting
[exim.git] / src / src / lookups / pgsql.c
index 1583378d548eb9ca0f6ebb1e342bb9921f0ea303..5d52f28b1cc59a22ec2a2cebee6fe6ecc9fdc281 100644 (file)
@@ -293,7 +293,7 @@ switch(PQresultStatus(pg_result))
     result = string_cat(result, US PQcmdTuples(pg_result));
     *do_cache = 0;
     DEBUG(D_lookup) debug_printf_indent("PGSQL: command does not return any data "
-      "but was successful. Rows affected: %s\n", string_from_gstring(result));
+      "but was successful. Rows affected: %Y\n", result);
     break;
 
   case PGRES_TUPLES_OK: