Page MenuHomePhabricator

Fix two minor issues
ClosedPublic

Authored by epriestley on Apr 13 2015, 5:46 PM.
Tags
None
Referenced Files
F14053856: D12395.diff
Fri, Nov 15, 8:03 PM
F14043516: D12395.diff
Tue, Nov 12, 10:46 AM
F14027723: D12395.diff
Fri, Nov 8, 8:59 AM
F14014001: D12395.id29745.diff
Sat, Nov 2, 8:34 PM
F13994177: D12395.id29744.diff
Wed, Oct 23, 4:25 AM
F13974623: D12395.diff
Oct 18 2024, 6:26 AM
F13962192: D12395.id.diff
Oct 15 2024, 8:43 AM
Unknown Object (File)
Oct 9 2024, 12:59 AM
Subscribers

Details

Summary

Ref T7811. Fixes two minor issues I observed in the cluster:

  • Sometimes APC doesn't give us key names. Not sure exactly what's up here, but we can do a better job with this.
  • The % in 25% actually needs more escaping, since it's interpreted by both pht() (immediately) and console_format() (later).
Test Plan
  • First one is just from an error log, not sure how to repro offhand.
  • Ran bin/phd help start for the second one.

Diff Detail

Repository
rP Phabricator
Branch
minor1
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5289
Build 5307: [Placeholder Plan] Wait for 30 Seconds

Event Timeline

epriestley retitled this revision from to Fix two minor issues.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.
btrahan edited edge metadata.
This revision is now accepted and ready to land.Apr 13 2015, 5:51 PM
This revision was automatically updated to reflect the committed changes.