mirror of
https://github.com/intel/llvm.git
synced 2026-01-14 03:50:17 +08:00
This used to be a LLDB_LOGF call that used the printf %s syntax.
0ab109d43d changed it to LLDB_LOG but didn't
update this format string to use formatv's syntax so this just printed '%s'.