fixed.
thanks,
Ilja
On Wed, 8 Sep 2004 23:32:56 +0200, Thomas Mueller <[EMAIL PROTECTED]> wrote:
> Hi,
>
> it's not worth it to add that to the bugtracker.
>
> Could someone please apply the following patch:
>
> --- pipe.c.orig 2004-09-07 13:51:23.000000000 +0000
> +++ pipe.c 2004-09-08 21:16:38.000000000 +0000
> @@ -522,7 +522,8 @@
> /* first start a new database transaction */
> if (db_begin_transaction() < 0) {
> trace(TRACE_ERROR, "%s,%s: error executing "
> - "db_begin_transaction(). aborting delivery...");
> + "db_begin_transaction(). aborting delivery...",
> + __FILE__, __func__);
> return -1;
> }
>
> Thanks.
>
> Thomas
> --
> http://www.tmueller.com for pgp key (95702B3B)
> _______________________________________________
> Dbmail-dev mailing list
> [email protected]
> http://twister.fastxs.net/mailman/listinfo/dbmail-dev
>