[lldb] Fix typo in integral format specifier
authorMichael Buch <michaelbuch12@gmail.com>
Thu, 12 Jan 2023 12:06:03 +0000 (12:06 +0000)
committerMichael Buch <michaelbuch12@gmail.com>
Thu, 12 Jan 2023 12:09:04 +0000 (12:09 +0000)
commitade3f1ccd807b00122fdf374ce85987fee60f853
tree858856864314eb3664b1538e7012f472b7870df7
parentd0a98efb6819182138fab2e4028ab77d30f8b278
[lldb] Fix typo in integral format specifier

This regressed with `e262b8f48af9fdca8380f2f079e50291956aad71`.

Two issues here:
1. `:16x` is not a valid format specifier and
   we would crash when we encountered this log
   (which was the case in `TestCPPAccelerator.py`)
2. The third argument was missing curly braces so
   the log message itself was malformed.
lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp