Complete of logging received and sent packet names, and display them in the web ui for each node
This commit is contained in:
@@ -357,6 +357,9 @@ class Message extends FTNBase
|
||||
case 'errors':
|
||||
return $this->{$key};
|
||||
|
||||
case 'dbid':
|
||||
return $this->kludge->get($key);
|
||||
|
||||
default:
|
||||
throw new \Exception('Unknown key: '.$key);
|
||||
}
|
||||
|
Reference in New Issue
Block a user