diff --git a/src/core/util/ElfReader.cc b/src/core/util/ElfReader.cc index cfee08a6..724a7ba4 100644 --- a/src/core/util/ElfReader.cc +++ b/src/core/util/ElfReader.cc @@ -79,7 +79,7 @@ int ElfReader::process_symboltable(int sect_num, FILE* fp){ //so we have the namebuf now seek to symtab data fseek(fp,sym_data_offset,SEEK_SET); - m_log << "[section " << sect_num << "] contains " << num_sym << " symbols." << std::endl; + //m_log << "[section " << sect_num << "] contains " << num_sym << " symbols." << std::endl; for(i=0;i