-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix behavior of print()
in module extensions
#15795
Conversation
Previously, messages printed with `print()` didn't have the usual `DEBUG:` prefix. Fixes bazelbuild#14526
@meteorcloudy @Wyverald I noticed that the |
Will do it, thanks for the notice! |
@bazel-io flag |
@bazel-io fork 5.3.0 |
Previously, messages printed with `print()` didn't have the usual `DEBUG:` prefix. Fixes bazelbuild#14526 Closes bazelbuild#15795. PiperOrigin-RevId: 459052873 Change-Id: I1b75498d448aaae137dd63ea0a418572097bdac2
Previously, messages printed with
print()
didn't have the usualDEBUG:
prefix.Fixes #14526