From e045bb076340720d2dfcd911f0d2b390893957db Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 22 Nov 2011 17:03:11 +0100 Subject: [PATCH] dwflpp::die_entrypc: Add missing closing brace in verbose message. --- dwflpp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwflpp.cxx b/dwflpp.cxx index c8c532b1a..51e8a2d36 100644 --- a/dwflpp.cxx +++ b/dwflpp.cxx @@ -1885,7 +1885,7 @@ dwflpp::die_entrypc (Dwarf_Die * die, Dwarf_Addr * addr) } if (sess.verbose > 2) - clog << _F("entry-pc lookup (%s dieoffset: %s) = %#" PRIx64 " (rc %d", lookup_method.c_str(), + clog << _F("entry-pc lookup (%s dieoffset: %s) = %#" PRIx64 " (rc %d)", lookup_method.c_str(), lex_cast_hex(dwarf_dieoffset(die)).c_str(), *addr, rc) << endl; return (rc == 0); -- 2.43.5