Skip to content
Snippets Groups Projects
Commit aade46dd authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

semantic checks: another fix of log message

Error message is already terminated by exclamation
mark. We cannot tell anything about data.
parent 30431a85
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ static void log_error_from_node(err_handler_t *handler,
char *name = knot_dname_to_str(knot_node_owner(node));
const char *errmsg = error_messages[-error];
log_zone_warning("Semantic warning in node: %s: %s.%s%s.\n",
log_zone_warning("Semantic warning in node: %s: %s%s%s\n",
name,
errmsg ? errmsg : "Unknown error.",
data ? " " : "",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment