1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-10 15:14:14 +02:00

Removed substr call in amqp routing key generator

This commit is contained in:
Jeroen Thora
2015-12-20 15:41:16 +01:00
parent 144b66be83
commit dbccc56a44
2 changed files with 3 additions and 8 deletions

View File

@@ -61,7 +61,7 @@ class AmqpHandlerTest extends TestCase
'channel' => 'test',
'extra' => array(),
),
'warn.test',
'warning.test',
0,
array(
'delivery_mode' => 2,
@@ -111,7 +111,7 @@ class AmqpHandlerTest extends TestCase
'extra' => array(),
),
'log',
'warn.test',
'warning.test',
false,
false,
null,