fixed doc comment
This commit is contained in:
parent
da99b56458
commit
a25c788832
1 changed files with 2 additions and 1 deletions
|
@ -113,7 +113,8 @@ async fn handle_peer(stream: TcpStream, peer: SocketAddr, db: Arc<Client>, inser
|
||||||
}
|
}
|
||||||
|
|
||||||
/** parses a line, returning
|
/** parses a line, returning
|
||||||
* ( time the log was recieved
|
* ( prio
|
||||||
|
* , time the log was recieved
|
||||||
* , time the log was written according to logger
|
* , time the log was written according to logger
|
||||||
* , name of the service that wrote the log
|
* , name of the service that wrote the log
|
||||||
* , log entry
|
* , log entry
|
||||||
|
|
Loading…
Reference in a new issue