[Lldb-commits] [PATCH] D65128: [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jul 22 18:46:15 PDT 2019


jingham added a comment.

IIUC, LLDB_LOG already adds the file and  function.  A bunch of these logs are also adding __FUNCTION__, so that's probably going to come out twice now.  You should probably remove the duplicates.


Repository:
  rLLDB LLDB

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65128/new/

https://reviews.llvm.org/D65128





More information about the lldb-commits mailing list