From 0ecfe5252028e1d2da82bc1ebe48307df288a611 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 1 Aug 2012 19:12:17 +0200 Subject: [PATCH] make call names blue --- src/callnotifier/Logger/Debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/callnotifier/Logger/Debug.php b/src/callnotifier/Logger/Debug.php index 6f24bad..ef5d812 100644 --- a/src/callnotifier/Logger/Debug.php +++ b/src/callnotifier/Logger/Debug.php @@ -63,7 +63,7 @@ class Logger_Debug implements Logger echo sprintf( $this->purple . 'EDSS1_Message' . $this->end . ' type 0x%02X ' - . $this->purple . '%s' . $this->end + . $this->blue . '%s' . $this->end . ' SAPI %d, CR %d, TEI %d, call %d-%s' . ', %d parameters', $msg->type, -- 2.30.2