Skip to content

Commit f8e84b9

Browse files
authored
Merge pull request #4172 from apple/🍒/austria/e9ec16177f2b675829a7b73b6b72c64f5b40e73f
Change the LLVM signpost category
2 parents f67bd2c + 201cf8c commit f8e84b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎llvm/lib/Support/Signposts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ using namespace llvm;
2525
namespace {
2626
os_log_t *LogCreator() {
2727
os_log_t *X = new os_log_t;
28-
*X = os_log_create("org.llvm.signposts", OS_LOG_CATEGORY_POINTS_OF_INTEREST);
28+
*X = os_log_create("org.llvm.signposts", "toolchain");
2929
return X;
3030
}
3131
struct LogDeleter {

0 commit comments

Comments
 (0)