|
@@ 108-110 (lines=3) @@
|
| 105 |
|
$message = "-> {$to['port']} {$to['process']['id']} "; |
| 106 |
|
|
| 107 |
|
$from = $socket->from(); |
| 108 |
|
if (isset($from['process'])) { |
| 109 |
|
$message = "{$from['process']['id']} {$from['port']} {$message}"; |
| 110 |
|
} |
| 111 |
|
|
| 112 |
|
$this->logger->info("{$message} {$this->actions[$type]} {$data}"); |
| 113 |
|
} |
|
@@ 127-129 (lines=3) @@
|
| 124 |
|
$message = "-> {$to['port']} {$to['process']['id']} "; |
| 125 |
|
|
| 126 |
|
$from = $socket->from(); |
| 127 |
|
if (isset($from['process'])) { |
| 128 |
|
$message = "{$from['process']['id']} {$from['port']} {$message}"; |
| 129 |
|
} |
| 130 |
|
|
| 131 |
|
$this->logger->debug("{$message} {$this->actions[$type]}"); |
| 132 |
|
} |