Re: [Lldb-commits] [PATCH] D12714: Fix log message warning in SBThread.

2015-09-08 Thread Bruce Mitchener via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL247111: Fix log message warning in SBThread. (authored by brucem). Changed prior to commit: http://reviews.llvm.org/D12714?vs=34282&id=34288#toc Repository: rL LLVM http://reviews.llvm.org/D12714 F

[Lldb-commits] [PATCH] D12714: Fix log message warning in SBThread.

2015-09-08 Thread Bruce Mitchener via lldb-commits
brucem created this revision. brucem added reviewers: clayborg, jingham. brucem added a subscriber: lldb-commits. The format string was not set up correctly as it was missing the %. This resulted in a warning (correctly) that the data arguments were not all used. http://reviews.llvm.org/D12714 F