From d59fdfce0fb7822f55cd39cdf5f3c55e92e2a53f Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Wed, 30 Nov 2011 03:46:48 +0000 Subject: Enable log collection using Scribe, and some minor log cleanup. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1208240 13f79535-47bb-0310-9956-ffa450edef68 --- sca-cpp/trunk/components/cache/datacache.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sca-cpp/trunk/components/cache/datacache.cpp') diff --git a/sca-cpp/trunk/components/cache/datacache.cpp b/sca-cpp/trunk/components/cache/datacache.cpp index 502a57671d..994aa4840e 100644 --- a/sca-cpp/trunk/components/cache/datacache.cpp +++ b/sca-cpp/trunk/components/cache/datacache.cpp @@ -55,7 +55,7 @@ const failable get(const value& key, const lambda if (isNil(val2)) { ostringstream os; os << "Couldn't get cache entry: " << key; - return mkfailure(str(os)); + return mkfailure(str(os), false); } // Update level1 cache -- cgit v1.2.3