From 768b61d35b052d3e267378d39555ffb3baee29be Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 1 Nov 2011 19:02:01 +0000 Subject: [PATCH] Quickbook: Fix a duplicate warning. [SVN r75230] --- src/doc_info_actions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc_info_actions.cpp b/src/doc_info_actions.cpp index 902e8cf..7ae1b82 100644 --- a/src/doc_info_actions.cpp +++ b/src/doc_info_actions.cpp @@ -462,7 +462,7 @@ namespace quickbook // Close any open sections. if (actions.section_level != 0) { detail::outwarn(actions.filename) - << "Warning missing [endsect] detected at end of file." + << "Missing [endsect] detected at end of file." << std::endl; while(actions.section_level > 0) {