$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r50799 - trunk/tools/inspect
From: daniel_james_at_[hidden]
Date: 2009-01-26 18:29:52
Author: danieljames
Date: 2009-01-26 18:29:52 EST (Mon, 26 Jan 2009)
New Revision: 50799
URL: http://svn.boost.org/trac/boost/changeset/50799
Log:
Label the line ending inspect errors.
Text files modified: 
   trunk/tools/inspect/crlf_check.cpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/inspect/crlf_check.cpp
==============================================================================
--- trunk/tools/inspect/crlf_check.cpp	(original)
+++ trunk/tools/inspect/crlf_check.cpp	2009-01-26 18:29:52 EST (Mon, 26 Jan 2009)
@@ -58,7 +58,7 @@
       if (!failed && full_path.leaf() == test_file_name)
       {
         ++m_files_with_errors;
-        error( library_name, full_path, "should have cr-only line endings" );
+        error( library_name, full_path, string(name()) + " should have cr-only line endings" );
       }
 
 /*