X-Git-Url: https://git.cweiske.de/auerswald-callnotifier.git/blobdiff_plain/80ac37b8be4b95237ca0b8c1cdf64859a33a0946..29ff32499e239e6189b80ef3b9e76384920205a7:/src/callnotifier/Logger/Debug.php diff --git a/src/callnotifier/Logger/Debug.php b/src/callnotifier/Logger/Debug.php index 1b921f3..ef5d812 100644 --- a/src/callnotifier/Logger/Debug.php +++ b/src/callnotifier/Logger/Debug.php @@ -62,8 +62,8 @@ class Logger_Debug implements Logger { echo sprintf( $this->purple . 'EDSS1_Message' . $this->end - . ' type %02X ' - . $this->purple . '%s' . $this->end + . ' type 0x%02X ' + . $this->blue . '%s' . $this->end . ' SAPI %d, CR %d, TEI %d, call %d-%s' . ', %d parameters', $msg->type, @@ -78,7 +78,7 @@ class Logger_Debug implements Logger foreach ($msg->parameters as $param) { echo sprintf( - " Parameter type %02X%s, %d bytes: %s\n", + " Parameter type 0x%02X%s, %d bytes: %s\n", $param->type, $param->title ? ' ' . $this->purple . $param->title . $this->end