From e3f228bd5bb0e43bbbdf2a22f796192a887b02b3 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 13 Jun 2010 19:56:10 -0400 Subject: Fixed several misplaced parentheses --- src/xact.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xact.cc') diff --git a/src/xact.cc b/src/xact.cc index 7493bd83..a0b9ef37 100644 --- a/src/xact.cc +++ b/src/xact.cc @@ -694,9 +694,9 @@ void auto_xact_t::extend_xact(xact_base_t& xact, else if (! pair.first.calc(bound_scope).to_boolean()) { if (pair.second == auto_xact_t::EXPR_ASSERTION) { throw_(parse_error, - _("Transaction assertion failed: %1" << pair.first)); + _("Transaction assertion failed: %1") << pair.first); } else { - warning_(_("Transaction check failed: %1" << pair.first)); + warning_(_("Transaction check failed: %1") << pair.first); } } } -- cgit v1.2.3