|
@@ 103-105 (lines=3) @@
|
| 100 |
|
$message = "-> {$to['port']} {$to['process']['id']}"; |
| 101 |
|
|
| 102 |
|
$from = $socket->from(); |
| 103 |
|
if (isset($from['process'])) { |
| 104 |
|
$message = " {$from['process']['id']} {$from['port']} {$message}"; |
| 105 |
|
} |
| 106 |
|
|
| 107 |
|
$this->logger->info("{$message} {$this->actions[$type]} {$data}"); |
| 108 |
|
} |
|
@@ 121-123 (lines=3) @@
|
| 118 |
|
$message = "-> {$to['port']} {$to['process']['id']}"; |
| 119 |
|
|
| 120 |
|
$from = $socket->from(); |
| 121 |
|
if (isset($from['process'])) { |
| 122 |
|
$message = " {$from['process']['id']} {$from['port']} {$message}"; |
| 123 |
|
} |
| 124 |
|
|
| 125 |
|
$this->logger->debug("{$message} {$this->actions[$type]}"); |
| 126 |
|
} |