Missing space in runserver logging
#23398 introduced a regression in log_message. Originally, the msg string is "[%s] %s\n", after #23398, it is now effectively "[%s]%s\n" (without the space).
Issue still exists in master.
Change History
(4)
Description: |
modified (diff)
|
Component: |
Uncategorized → Core (Management commands)
|
Has patch: |
set
|
Summary: |
log_message formatting regression with #23398 → Missing space in runserver logging
|
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Uncategorized → Bug
|
Resolution: |
→ fixed
|
Status: |
new → closed
|
PR