Re: [ovs-dev] [PATCH] ovn: Remove outdated debug message.

2016-03-21 Thread Russell Bryant
On Mon, Mar 21, 2016 at 6:22 PM, Justin Pettit wrote: > > > On Mar 21, 2016, at 8:10 AM, Russell Bryant wrote: > > > > ovn-northd used to only call ovnsb_db_run() and ovnnb_db_run() when > > seqnos indicated that they had changed. It now always calls these > > functions from the main loop. Rem

Re: [ovs-dev] [PATCH] ovn: Remove outdated debug message.

2016-03-21 Thread Justin Pettit
> On Mar 21, 2016, at 8:10 AM, Russell Bryant wrote: > > ovn-northd used to only call ovnsb_db_run() and ovnnb_db_run() when > seqnos indicated that they had changed. It now always calls these > functions from the main loop. Remove this outdated log message that > indicates that we called this

[ovs-dev] [PATCH] ovn: Remove outdated debug message.

2016-03-21 Thread Russell Bryant
ovn-northd used to only call ovnsb_db_run() and ovnnb_db_run() when seqnos indicated that they had changed. It now always calls these functions from the main loop. Remove this outdated log message that indicates that we called this function because contents changed. Signed-off-by: Russell Bryant