Better errormessage

SVN revision: 14269
This commit is contained in:
sebastid 2005-04-21 05:21:13 +00:00 committed by sebastid
parent 99d5ea1a85
commit 4455f39d88
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ e_app_shutdown(void)
{
E_App *a;
a = l->data;
printf("BUG: %d %s\n", E_OBJECT(a)->references, a->path);
printf("BUG: References %d %s\n", E_OBJECT(a)->references, a->path);
}
}
return 1;