Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 632768963
  • Loading branch information
tensorflower-gardener committed May 11, 2024
1 parent 8235c2c commit 4dd3914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/xla/xla/tsl/c/tsl_status.cc
Expand Up @@ -63,5 +63,5 @@ TSL_Code TSL_GetCode(const TSL_Status* s) {
}

const char* TSL_Message(const TSL_Status* s) {
return tsl::NullTerminatedMessage(s->status);
return absl::StatusMessageAsCStr(s->status);
}

0 comments on commit 4dd3914

Please sign in to comment.