forked from the-distro/ofborg
so-called logging
This commit is contained in:
parent
e66a69f18c
commit
2f4e4aaf7c
|
@ -91,6 +91,8 @@ function runner($msg) {
|
||||||
echo "Uninteresting event " . $in->action . "\n";
|
echo "Uninteresting event " . $in->action . "\n";
|
||||||
$msg->delivery_info['channel']->basic_ack($msg->delivery_info['delivery_tag']);
|
$msg->delivery_info['channel']->basic_ack($msg->delivery_info['delivery_tag']);
|
||||||
return true;
|
return true;
|
||||||
|
} else {
|
||||||
|
echo "so-called interesting event: " . $in->action . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$forward = [
|
$forward = [
|
||||||
|
|
Loading…
Reference in a new issue