[ovs-git] [openvswitch/ovs] 0b5ccb: python: Prevent extra unexpected reply debug logs.

GitHub noreply at github.com
Fri Feb 17 20:49:15 UTC 2017


  Branch: refs/heads/branch-2.7
  Home:   https://github.com/openvswitch/ovs
  Commit: 0b5ccb1ba280a3e6d89cce82a39a49c41af02c48
      https://github.com/openvswitch/ovs/commit/0b5ccb1ba280a3e6d89cce82a39a49c41af02c48
  Author: Terry Wilson <twilson at redhat.com>
  Date:   2017-02-17 (Fri, 17 Feb 2017)

  Changed paths:
    M python/ovs/db/idl.py

  Log Message:
  -----------
  python: Prevent extra unexpected reply debug logs.

Since __txn_process_reply always returns None, the existing code
will always hit the final else for replies and log a debug message
about receiving an unexpected reply. In the C version,
ovsdb_idl_txn_process_reply returns true any time the txn is found,
so that behavior is duplicated here.

Signed-off-by: Terry Wilson <twilson at redhat.com>
Signed-off-by: Russell Bryant <russell at ovn.org>




More information about the git mailing list