mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-22 07:39:35 +02:00
2021-12-12 Fred Gleason <fredg@paravelsystems.com>
* Added a 'linkLength' field to the return XML for the 'ListLog' WebAPI call. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
2c34bde1f1
commit
527fadb8d7
@ -22753,3 +22753,6 @@
|
||||
2021-12-12 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'graceTime' field to the return XML for the 'ListLog'
|
||||
WebAPI call.
|
||||
2021-12-12 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'linkLength' field to the return XML for the 'ListLog'
|
||||
WebAPI call.
|
||||
|
@ -2405,6 +2405,7 @@ QString RDLogLine::xml(int line) const
|
||||
|
||||
ret+=" "+RDXmlField("eventLength",eventLength());
|
||||
ret+=" "+RDXmlField("linkEventName",linkEventName());
|
||||
ret+=" "+RDXmlField("linkLength",linkLength());
|
||||
ret+=" "+RDXmlField("linkStartTime",linkStartTime());
|
||||
ret+=" "+RDXmlField("linkStartSlop",linkStartSlop());
|
||||
ret+=" "+RDXmlField("linkEndSlop",linkEndSlop());
|
||||
|
Loading…
x
Reference in New Issue
Block a user