[Gnucash-changes] r13335 - gnucash/trunk/lib/libqof/qof - moderating the deprecated handler log entry

Neil Williams codehelp at cvs.gnucash.org
Mon Feb 20 17:29:24 EST 2006


Author: codehelp
Date: 2006-02-20 17:29:23 -0500 (Mon, 20 Feb 2006)
New Revision: 13335
Trac: http://svn.gnucash.org/trac/changeset/13335

Modified:
   gnucash/trunk/lib/libqof/qof/qofevent.c
Log:
moderating the deprecated handler log entry

Modified: gnucash/trunk/lib/libqof/qof/qofevent.c
===================================================================
--- gnucash/trunk/lib/libqof/qof/qofevent.c	2006-02-20 22:02:37 UTC (rev 13334)
+++ gnucash/trunk/lib/libqof/qof/qofevent.c	2006-02-20 22:29:23 UTC (rev 13335)
@@ -82,7 +82,7 @@
     PERR ("no handler specified");
     return 0;
   }
-  PWARN (" DEPRECATED handler specified!");
+  PINFO (" deprecated handler specified");
 
   handler_id = find_next_handler_id();
   /* Found one, add the handler */



More information about the gnucash-changes mailing list