[mlpack-svn] r13561 - mlpack/trunk/src/mlpack/methods/neighbor_search

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Mon Sep 17 16:39:54 EDT 2012


Author: rcurtin
Date: 2012-09-17 16:39:54 -0400 (Mon, 17 Sep 2012)
New Revision: 13561

Modified:
   mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
Log:
Debugging output, not warning output.  Oops.


Modified: mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp	2012-09-17 19:55:23 UTC (rev 13560)
+++ mlpack/trunk/src/mlpack/methods/neighbor_search/neighbor_search_impl.hpp	2012-09-17 20:39:54 UTC (rev 13561)
@@ -205,7 +205,7 @@
     numPrunes = traverser.NumPrunes();
   }
 
-  Log::Warn << "Pruned " << numPrunes << " nodes." << std::endl;
+  Log::Debug << "Pruned " << numPrunes << " nodes." << std::endl;
 
   Timer::Stop("computing_neighbors");
 




More information about the mlpack-svn mailing list