1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-26 15:30:58 +01:00
phorge-phorge/src/applications/daemon
epriestley b467e58358 Fix two minor issues
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.

Reviewers: btrahan

Reviewed By: btrahan

Subscribers: epriestley

Maniphest Tasks: T7814, T7811

Differential Revision: https://secure.phabricator.com/D12395
2015-04-13 11:11:18 -07:00
..
application Remove getIconName from all applications 2015-01-30 12:11:21 -08:00
controller Moderize Daemons a little 2015-03-03 11:11:26 -08:00
event Track daemon unique IDs in Phabricator daemon logs 2015-02-24 14:50:37 -08:00
garbagecollector Daemons - introduce PhabricatorWorkerArchiveTaskQuery 2014-12-23 15:45:42 -08:00
management Fix two minor issues 2015-04-13 11:11:18 -07:00
query Examine fewer daemons for variant config 2015-03-15 11:31:07 -07:00
storage Track daemon unique IDs in Phabricator daemon logs 2015-02-24 14:50:37 -08:00
view Moderize Daemons a little 2015-03-03 11:11:26 -08:00