Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#25204 closed Bug (fixed)

Missing space in runserver logging

Reported by: Richard Eames Owned by: nobody
Component: Core (Management commands) Version: 1.8
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Richard Eames)

#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)

comment:1 by Richard Eames, 9 years ago

Description: modified (diff)

comment:2 by Tim Graham, 9 years ago

Component: UncategorizedCore (Management commands)
Has patch: set
Summary: log_message formatting regression with #23398Missing space in runserver logging
Triage Stage: UnreviewedAccepted
Type: UncategorizedBug

comment:3 by Tim Graham <timograham@…>, 9 years ago

Resolution: fixed
Status: newclosed

In 1a76257b:

Fixed #25204 -- Added missing space in runserver logging.

comment:4 by Tim Graham <timograham@…>, 9 years ago

In 6bb82582:

[1.8.x] Fixed #25204 -- Added missing space in runserver logging.

Backport of 1a76257b1b385ac8afd67bd36d061f508613e4d2 from master

Note: See TracTickets for help on using tickets.
Back to Top