From 80ac37b8be4b95237ca0b8c1cdf64859a33a0946 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 1 Aug 2012 07:35:07 +0200 Subject: list all known parameter types with constants, so we get the names in debug logs --- src/callnotifier/Logger/Debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/callnotifier/Logger/Debug.php') 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) -- cgit v1.2.3