remove printf

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@4797 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 2001-06-26 04:18:36 +00:00
parent d9f4dd283e
commit d3214844d0

View File

@ -534,7 +534,7 @@ guid_hash_to_guint (gconstpointer ptr)
if (!guid)
{
fprintf(stderr, "guid_g_hash_table_hash: received NULL guid pointer.");
PERR ("received NULL guid pointer.");
return 0;
}