mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
3bf8d37212
commit
8bf6b9769a
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user