#1890 closed defect (fixed)
broken log statement in OlpcMeshManager._activate_connection()
Reported by: | sascha_silbe | Owned by: | sascha_silbe |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | |
Component: | Sugar | Version: | Git as of bugdate |
Severity: | Minor | Keywords: | r+ |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | Assigned |
Description
Found using #1889.
Style mix-up caused a tuple instead of its elements to be passed, so the format string didn't match, resulting in a Traceback.
Since it's "just" a debug log message, it isn't critical, but nevertheless confusing.
Attachments (1)
Change History (4)
Changed 13 years ago by sascha_silbe
comment:1 Changed 13 years ago by tomeu
- Keywords r+ added; r? removed
comment:2 Changed 13 years ago by sascha_silbe
- Resolution set to fixed
- Status changed from new to closed
Pushed as a388ecf, thanks!
Note: See
TracTickets for help on using
tickets.
fix broken log statement in OlpcMeshManager._activate_connection()