aboutsummaryrefslogtreecommitdiff
path: root/pw_log
diff options
context:
space:
mode:
authorRob Mohr <mohrr@google.com>2022-06-30 21:17:06 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-30 21:17:06 +0000
commitc3bb2f12bbee20449fdbc53d0a813df923c1ce19 (patch)
treed34dff26e7b31ae0928cd461a99d38c9790dc888 /pw_log
parent900b569d9dfb5c4e020bcca71b00b51027c6495a (diff)
downloadpigweed-c3bb2f12bbee20449fdbc53d0a813df923c1ce19.tar.gz
Replace some pwbug/### TODOs with b/###
Change-Id: I28c3fa33afa661aa6d498852a49f008b9717dda3 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/100580 Pigweed-Auto-Submit: Rob Mohr <mohrr@google.com> Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Diffstat (limited to 'pw_log')
-rw-r--r--pw_log/basic_log_test.cc6
-rw-r--r--pw_log/glog_adapter_test.cc2
-rw-r--r--pw_log/public/pw_log/options.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/pw_log/basic_log_test.cc b/pw_log/basic_log_test.cc
index a7042a8c1..a4c08f9dc 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(pwbug/88): 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,8 +28,8 @@
#include "gtest/gtest.h"
-// TODO(pwbug/86): Test unsigned integer logging (32 and 64 bit); test pointer
-// logging.
+// TODO(b/235291136): Test unsigned integer logging (32 and 64 bit); test
+// pointer logging.
void LoggingFromFunction() { PW_LOG_INFO("From a function!"); }
diff --git a/pw_log/glog_adapter_test.cc b/pw_log/glog_adapter_test.cc
index f8265031f..d6691cea0 100644
--- a/pw_log/glog_adapter_test.cc
+++ b/pw_log/glog_adapter_test.cc
@@ -11,7 +11,7 @@
// WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
// License for the specific language governing permissions and limitations under
// the License.
-// TODO(pwbug/88): 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"
diff --git a/pw_log/public/pw_log/options.h b/pw_log/public/pw_log/options.h
index 2d20bd6d6..ad1b28abe 100644
--- a/pw_log/public/pw_log/options.h
+++ b/pw_log/public/pw_log/options.h
@@ -68,7 +68,7 @@
#endif // PW_LOG_FLAGS
// DEPRECATED: Use PW_LOG_FLAGS.
-// TODO(pwbug/561): Remove this macro after migration.
+// TODO(b/234876701): Remove this macro after migration.
#ifndef PW_LOG_DEFAULT_FLAGS
#define PW_LOG_DEFAULT_FLAGS PW_LOG_FLAGS
#endif // PW_LOG_DEFAULT_FLAGS