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)

Reply via email to