Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85084 - trunk/libs/log/doc
From: andrey.semashev_at_[hidden]
Date: 2013-07-19 17:29:48


Author: andysem
Date: 2013-07-19 17:29:48 EDT (Fri, 19 Jul 2013)
New Revision: 85084
URL: http://svn.boost.org/trac/boost/changeset/85084

Log:
Fixed a mistake.

Text files modified:
   trunk/libs/log/doc/tutorial.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/libs/log/doc/tutorial.qbk
==============================================================================
--- trunk/libs/log/doc/tutorial.qbk Fri Jul 19 17:26:00 2013 (r85083)
+++ trunk/libs/log/doc/tutorial.qbk 2013-07-19 17:29:48 EDT (Fri, 19 Jul 2013) (r85084)
@@ -37,7 +37,7 @@
 
 [@boost:/libs/log/example/doc/tutorial_trivial_flt.cpp See the complete code].
 
-Now, if we run this code sample, the first two log records will be ignored, while the remaining four will pass on to the file.
+Now, if we run this code sample, the first two log records will be ignored, while the remaining four will pass on to the console.
 
 [important Remember that the streaming expression is only executed if the record passed filtering. Don't specify business-critical calls in the streaming expression, as these calls may not get invoked if the record is filtered away.]
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk