Skip to content

Commit

Permalink
IB-36 Поправил вывод ошибки при неизвестном ключе маршрутизации
Browse files Browse the repository at this point in the history
  • Loading branch information
webtoucher committed Aug 5, 2014
1 parent 66eadf1 commit 38bf72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/AmqpListenerController.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function actionRun($routingKey = '#')
}
$interpreter->log(
sprintf("Unknown routing key '%s' for exchange '%s'.", $routingKey, $this->exchange),
self::MESSAGE_ERROR
$interpreter::MESSAGE_ERROR
);
}
});
Expand Down

0 comments on commit 38bf72e

Please sign in to comment.