[mlpack-git] master: Change order in printing backtrace (f8228a5)

gitdub at mlpack.org gitdub at mlpack.org
Thu Mar 3 15:41:56 EST 2016


Repository : https://github.com/mlpack/mlpack
On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/fd84f3a2e53592d723a8e8a76dadb8aa76820913...1a9c41a86be1fa1dcc5c3b90dd959c2255c3bb8e

>---------------------------------------------------------------

commit f8228a59165d6c09beb0d8641254445be5295b28
Author: Grzegorz Krajewski <krajekg at gmail.com>
Date:   Thu Mar 3 21:41:56 2016 +0100

    Change order in printing backtrace


>---------------------------------------------------------------

f8228a59165d6c09beb0d8641254445be5295b28
 doc/guide/iodoc.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/guide/iodoc.hpp b/doc/guide/iodoc.hpp
index 9ae1a94..769cdce 100644
--- a/doc/guide/iodoc.hpp
+++ b/doc/guide/iodoc.hpp
@@ -55,7 +55,7 @@ With debugging output--verbose, the following is shown:
 [DEBUG] Compiled with debugging symbols.
 [INFO ] Some test informational output.
 [WARN ] A warning!
-[FATAL] [bt]: (1) /absolute/path/to/file/example.cpp:main:6
+[FATAL] [bt]: (1) /absolute/path/to/file/example.cpp:6: function()
 [FATAL] Program has crashed.
 terminate called after throwing an instance of 'std::runtime_error'
   what():  fatal error; see Log::Fatal output




More information about the mlpack-git mailing list