mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Tweak a debugging statement.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@12877 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
2006-01-18 David Hampton <hampton@employees.org>
|
||||
|
||||
* src/app-utils/gnc-component-manager.c: Tweak a debugging
|
||||
statement.
|
||||
|
||||
* src/gnome-search/gnc-general-search.c: Unregister this component
|
||||
properly when destroying it.
|
||||
|
||||
|
||||
@@ -556,7 +556,7 @@ gnc_unregister_gui_component (gint component_id)
|
||||
ci = find_component (component_id);
|
||||
if (!ci)
|
||||
{
|
||||
PERR ("component not found");
|
||||
PERR ("component %d not found", component_id);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user