Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Signed-off-by: Russell Bryant <[email protected]>
- Loading branch information