aboutsummaryrefslogtreecommitdiff
path: root/pw_log/basic_log_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pw_log/basic_log_test.cc')
-rw-r--r--pw_log/basic_log_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_log/basic_log_test.cc b/pw_log/basic_log_test.cc
index 960f9beef..c851d785f 100644
--- a/pw_log/basic_log_test.cc
+++ b/pw_log/basic_log_test.cc
@@ -16,7 +16,7 @@
// compile the constructs promised by the logging facade; and that when run,
// there is no crash.
//
-// TODO(b/235289499): Add verification of the actually logged statements.
+// TODO: b/235289499 - Add verification of the actually logged statements.
// clang-format off
#define PW_LOG_MODULE_NAME "TST"
@@ -28,7 +28,7 @@
#include "gtest/gtest.h"
-// TODO(b/235291136): Test unsigned integer logging (32 and 64 bit); test
+// TODO: b/235291136 - Test unsigned integer logging (32 and 64 bit); test
// pointer logging.
void LoggingFromFunction() { PW_LOG_INFO("From a function!"); }