Skip to content
Snippets Groups Projects
Commit ab5574bb authored by David Vasek's avatar David Vasek
Browse files

libknot/error: a more universal error string -- "parameter conflict"

The new string can be used in other situations better in the future.
The original string hasn't appeared in a release yet.
parent 254e915e
No related branches found
No related tags found
1 merge request!1325backup improvements -- modified backup format (BACKUP_FORMAT_2), label file, improved backup locking, etc.
......@@ -99,7 +99,7 @@ static const struct error errors[] = {
{ KNOT_EPROGRAM, "program not loaded" },
{ KNOT_EFD, "file descriptor error" },
{ KNOT_ENOPARAM, "missing parameter" },
{ KNOT_EXPARAM, "conflicting parameters" },
{ KNOT_EXPARAM, "parameter conflict" },
{ KNOT_GENERAL_ERROR, "unknown general error" },
......
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