=================================================================== RCS file: /cvs/prex-old/usr/arch/arm/elf_reloc.c,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/usr/arch/arm/elf_reloc.c 2008/06/03 10:38:46 1.1.1.1 +++ prex-old/usr/arch/arm/elf_reloc.c 2008/08/13 17:12:33 1.1.1.1.2.1 @@ -57,7 +57,9 @@ /* dbg("R_ARM_PC24: %x -> %x\n", where, *where); */ break; default: - syslog(LOG_INFO, "relocation fail type=%d\n", ELF32_R_TYPE(rel->r_info)); +#ifdef DEBUG + syslog(LOG_ERR, "relocation fail type=%d\n", ELF32_R_TYPE(rel->r_info)); +#endif return -1; } return 0;