summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/scanner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scanner.c b/src/scanner.c
index 80c466e..b6c8a8d 100644
--- a/src/scanner.c
+++ b/src/scanner.c
@@ -409,7 +409,7 @@ start_element(void *data, const char *element_name, const char **atts)
}
if (version < ctx->interface->since)
- fail(&ctx->loc, "since version not increasing\n");
+ warn(&ctx->loc, "since version not increasing\n");
ctx->interface->since = version;
message->since = version;