summaryrefslogtreecommitdiff
path: root/ovsdb/execution.c
diff options
context:
space:
mode:
Diffstat (limited to 'ovsdb/execution.c')
-rw-r--r--ovsdb/execution.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ovsdb/execution.c b/ovsdb/execution.c
index e972ce7ad..af0e655ae 100644
--- a/ovsdb/execution.c
+++ b/ovsdb/execution.c
@@ -697,7 +697,8 @@ ovsdb_execute_wait(struct ovsdb_execution *x, struct ovsdb_parser *parser,
"\"wait\" timed out after %lld ms",
x->elapsed_msec);
} else {
- error = ovsdb_error("timed out", "\"wait\" timed out");
+ error = ovsdb_error("timed out",
+ "\"where\" clause test failed");
}
} else {
/* ovsdb_execute() will change this, if triggers really are