diff options
Diffstat (limited to 'usr.bin/ssh/servconf.c')
-rw-r--r-- | usr.bin/ssh/servconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c index 4605c423bf8..9590653331c 100644 --- a/usr.bin/ssh/servconf.c +++ b/usr.bin/ssh/servconf.c @@ -12,7 +12,7 @@ Created: Mon Aug 21 15:48:58 1995 ylo */ #include "includes.h" -RCSID("$Id: servconf.c,v 1.7 1999/10/01 02:38:09 provos Exp $"); +RCSID("$Id: servconf.c,v 1.8 1999/10/01 22:23:48 deraadt Exp $"); #include "ssh.h" #include "servconf.h" @@ -311,7 +311,7 @@ void read_server_config(ServerOptions *options, const char *filename) break; case sRandomSeedFile: - fprintf(stderr, "%s line %d: option is obsolete.\n", + fprintf(stderr, "%s line %d: \"randomseed\" option is obsolete.\n", filename, linenum); cp = strtok(NULL, WHITESPACE); break; |