]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Report that the check was entered
authorPetr Machata <pmachata@redhat.com>
Thu, 26 Aug 2010 12:37:23 +0000 (14:37 +0200)
committerPetr Machata <pmachata@redhat.com>
Thu, 26 Aug 2010 12:37:23 +0000 (14:37 +0200)
dwarflint/checks.cc

index dcc3b64d9a4eba25cc077b6c398b605fb5d66375..10525383ba5b16941aa6a49028970d70721185de 100644 (file)
@@ -55,7 +55,7 @@ reporter::reporter (checkstack const &s, checkdescriptor const &a_cd)
   : stack (s)
   , cd (a_cd)
 {
-  //(*this) ("run", true);
+  (*this) ("...", true);
 }
 
 void