diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2012-08-01 07:35:07 +0200 |
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2012-08-01 07:35:07 +0200 |
| commit | 80ac37b8be4b95237ca0b8c1cdf64859a33a0946 (patch) | |
| tree | 922f0587dfe32d8c59f7ecf9b0e2c522fe439080 /src/callnotifier/Logger/Debug.php | |
| parent | dec68e4aaf86f4db07d0a313516319a6d37d88fe (diff) | |
| download | auerswald-callnotifier-80ac37b8be4b95237ca0b8c1cdf64859a33a0946.tar.gz auerswald-callnotifier-80ac37b8be4b95237ca0b8c1cdf64859a33a0946.zip | |
list all known parameter types with constants, so we get the names in debug logs
Diffstat (limited to 'src/callnotifier/Logger/Debug.php')
| -rw-r--r-- | src/callnotifier/Logger/Debug.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/callnotifier/Logger/Debug.php b/src/callnotifier/Logger/Debug.php index 06f7b08..1b921f3 100644 --- a/src/callnotifier/Logger/Debug.php +++ b/src/callnotifier/Logger/Debug.php @@ -82,7 +82,7 @@ class Logger_Debug implements Logger $param->type, $param->title ? ' ' . $this->purple . $param->title . $this->end - : '', + : ' ' . $this->purple . $param->getTypeName() . $this->end, $param->length, preg_replace('/[^[:print:]]/', '?', $param->data) . (isset($param->number) |
