diff options
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) |
