From 781fbf1f4e00dd0a5139f75fea2d956bb2eb70cb Mon Sep 17 00:00:00 2001 From: hsc Date: Mon, 22 Oct 2012 21:13:16 +0000 Subject: [PATCH] elfreader: be less verbose git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1797 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/core/util/ElfReader.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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