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:
David Hampton
2006-01-19 04:06:49 +00:00
parent b4ef9f5b4f
commit cd3a907ff3
2 changed files with 4 additions and 1 deletions

View File

@@ -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.

View File

@@ -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;
}