From 8bf6b9769ada3217326fc24a40c31e97fb892c41 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Mon, 20 Feb 2006 22:29:23 +0000 Subject: [PATCH] moderating the deprecated handler log entry git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13335 57a11ea4-9604-0410-9ed3-97b8803252fd --- lib/libqof/qof/qofevent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libqof/qof/qofevent.c b/lib/libqof/qof/qofevent.c index 86674eefb3..8edfc28681 100644 --- a/lib/libqof/qof/qofevent.c +++ b/lib/libqof/qof/qofevent.c @@ -82,7 +82,7 @@ qof_event_register_old_handler (GNCEngineEventHandler handler, gpointer user_dat 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 */