Page MenuHomePhabricator

Fix two minor issues
ClosedPublic

Authored by epriestley on Apr 13 2015, 5:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 9, 10:15 PM
Unknown Object (File)
Sun, Mar 31, 10:54 PM
Unknown Object (File)
Mar 15 2024, 4:16 AM
Unknown Object (File)
Feb 14 2024, 2:57 PM
Unknown Object (File)
Feb 1 2024, 7:15 AM
Unknown Object (File)
Jan 29 2024, 6:48 AM
Unknown Object (File)
Dec 21 2023, 5:31 AM
Unknown Object (File)
Nov 30 2023, 3:02 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
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.