--- xen/common/libelf/libelf-dominfo.c~ 2007-02-08 09:39:33.000000000 +0100 +++ xen/common/libelf/libelf-dominfo.c 2007-02-09 14:14:58.000000000 +0100 @@ -107,9 +107,9 @@ if ((type >= sizeof(note_desc) / sizeof(note_desc[0])) || (NULL == note_desc[type].name)) { - elf_err(elf, "%s: unknown xen elf note (0x%x)\n", + elf_msg(elf, "%s: unknown xen elf note (0x%x)\n", __FUNCTION__, type); - return -1; + return 0; } if (note_desc[type].str)