From 881c61b67fa6df2289ded0fe5a17dc21aeca7426 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 28 Jun 2013 16:27:53 +0100 Subject: [PATCH] Updated docs to reflect INFO change --- docs/logging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/logging.md b/docs/logging.md index 1c0111a5..f688dff7 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -16,7 +16,7 @@ These macros come in three forms: **INFO(** _message expression_ **)** -The message is logged to a buffer, but only reported if a subsequent failure occurs within the same test case. This allows you to log contextual information in case of failures which is not shown during a successful test run. The buffer is cleared on the next successful assertion. +The message is logged to a buffer, but only reported with the next assertion that is logged. This allows you to log contextual information in case of failures which is not shown during a successful test run (for the console reporter, without -s). **SCOPED_INFO(** _message expression_ **)**