Skip to content

Commit

Permalink
Change references from base/logging.h to absl/log/log.h
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 693079844
  • Loading branch information
ddunl authored and copybara-github committed Nov 4, 2024
1 parent c0d1c52 commit 19164ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsl/platform/default/logging.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ string* MakeCheckOpString(const T1& v1, const T2& v2, const char* exprtext) {

// Helper functions for CHECK_OP macro.
// We use the full name Check_EQ, Check_NE, etc. in case the file including
// base/logging.h provides its own #defines for the simpler names EQ, NE, etc.
// absl/log/log.h provides its own #defines for the simpler names EQ, NE, etc.
// This happens if, for example, those are used as token names in a
// yacc grammar.
// The (int, int) overload works around the issue that the compiler
Expand Down Expand Up @@ -557,7 +557,7 @@ int MaxVLogLevelFromEnv();

} // namespace internal

// LogSink support adapted from //base/logging.h
// LogSink support adapted from absl/log/log.h
//
// `LogSink` is an interface which can be extended to intercept and process
// all log messages. LogSink implementations must be thread-safe. A single
Expand Down

0 comments on commit 19164ad

Please sign in to comment.