moderating the deprecated handler log entry

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13335 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Neil Williams 2006-02-20 22:29:23 +00:00
parent 3bf8d37212
commit 8bf6b9769a

View File

@ -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 */