1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 17:58:47 +02:00
phorge-phorge/src/applications/cache
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
..
garbagecollector Complete modularization of the GC daemon 2014-01-15 10:02:31 -08:00
management Apply some autofix linter rules 2014-09-10 06:55:05 +10:00
spec Fix two minor issues 2015-04-13 11:11:18 -07:00
storage Fix visiblity of LiskDAO::getConfiguration() 2015-01-14 06:54:13 +11:00
PhabricatorCaches.php Rename PhutilKeyValueCache subclasses 2014-08-06 08:12:28 +10:00
PhabricatorKeyValueDatabaseCache.php Change double quotes to single quotes. 2014-06-09 11:36:50 -07:00