Skip to content
Snippets Groups Projects
Commit af5ab4f1 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Add missing format argument for 'unhandled idassert-method' error message.

parent 9c9c92a6
No related branches found
No related tags found
No related merge requests found
......@@ -950,8 +950,8 @@ parse_idassert(
} else {
fprintf( stderr, "%s: line %d: "
"unhandled auth method %s\n",
fname, lineno );
"unhandled idassert-method method %s\n",
fname, lineno, argv[1] );
return 1;
}
......
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