[mlpack] 14/40: Print correct parameter name.

Barak A. Pearlmutter barak+git at pearlmutter.net
Mon Feb 15 19:34:23 UTC 2016


This is an automated email from the git hooks/post-receive script.

bap pushed a commit to branch master
in repository mlpack.

commit 36906635e83fb59220d791019159c71155cb3c67
Author: Ryan Curtin <ryan at ratml.org>
Date:   Tue Jan 19 13:31:32 2016 -0500

    Print correct parameter name.
---
 src/mlpack/methods/logistic_regression/logistic_regression_main.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp b/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp
index f57d6b9..fdccc5d 100644
--- a/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp
+++ b/src/mlpack/methods/logistic_regression/logistic_regression_main.cpp
@@ -122,8 +122,8 @@ int main(int argc, char** argv)
   // If no output file is given, the user should know that the model will not be
   // saved, but only if a model is being trained.
   if (outputModelFile.empty() && !trainingFile.empty())
-    Log::Warn << "--output_model not given; trained model will not be saved."
-        << endl;
+    Log::Warn << "--output_model_file not given; trained model will not be "
+        << "saved." << endl;
 
   // Tolerance needs to be positive.
   if (tolerance < 0.0)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/mlpack.git



More information about the debian-science-commits mailing list