This is an archive of the discontinued LLVM Phabricator instance.

Fix log message warning in SBThread.
ClosedPublic

Authored by brucem on Sep 8 2015, 5:02 PM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

brucem updated this revision to Diff 34282.Sep 8 2015, 5:02 PM
brucem retitled this revision from to Fix log message warning in SBThread..
brucem updated this object.
brucem added reviewers: clayborg, jingham.
brucem added a subscriber: lldb-commits.
clayborg accepted this revision.Sep 8 2015, 5:21 PM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Sep 8 2015, 5:21 PM
This revision was automatically updated to reflect the committed changes.