pull/30295/head
Craig Tiller 3 years ago committed by GitHub
parent 6bdc1810c9
commit bfeae27aa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/lib/gprpp/debug_location.h

@ -80,7 +80,7 @@ class DebugLocation {
};
#endif
#define DEBUG_LOCATION ::grpc_core::DebugLocation()
#define DEBUG_LOCATION ::grpc_core::DebugLocation(__FILE__, __LINE__)
} // namespace grpc_core

Loading…
Cancel
Save