mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-11 15:22:46 +02:00
2021-12-17 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
e26328562f
commit
645e00099a
@ -20824,3 +20824,6 @@
|
||||
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in rdxport(8) that caused the 'SaveLog' WebAPI call
|
||||
to fail if the target log didn't exist.
|
||||
2021-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Added a 'linkLength' field to the return XML for the 'ListLog'
|
||||
WebAPI call.
|
||||
|
@ -2380,6 +2380,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