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

This commit is contained in:
Hallvard Furuseth 2004-07-18 07:16:34 +00:00
parent 9c9c92a6a4
commit af5ab4f196

View file

@ -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;
}