Skip to content

Commit

Permalink
link
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Sep 19, 2024
1 parent f2bac21 commit a98875a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/core/platform/apple/logging/apple_log_sink.mm
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using timestamp_ns::operator<<;
std::ostringstream msg;

timestamp_ns::operator<<(msg, timestamp); // handle ambiguity with C++20 where date and std::chrono have operator<<
timestamp_ns::operator<<(msg, timestamp); // handle ambiguity with C++20 where date and std::chrono have operator<<
msg << " [" << message.SeverityPrefix() << ":" << message.Category() << ":" << logger_id << ", "
<< message.Location().ToString() << "] " << message.Message();
NSLog(@"%s", msg.str().c_str());
Expand Down

0 comments on commit a98875a

Please sign in to comment.