Fix a flaw in the last patch.

This commit is contained in:
Matthew Barnes 2008-01-29 16:28:51 +00:00
parent 0209ccd31c
commit e83c620128

View File

@ -100,7 +100,7 @@ diff -up evolution-2.21.90/shell/e-component-registry.c.no-gnuc-function evoluti
info = e_component_registry_peek_info (registry, ECR_FIELD_ID, id);
if (info == NULL) {
- g_warning (G_GNUC_FUNCTION " - Unknown id \"%s\"", id);
+ g_warning (G_STRFUNC " - Unknown id \"%s\"", id);
+ g_warning ("%s - Unknown id \"%s\"", %s, id);
return CORBA_OBJECT_NIL;
}