=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/servconf.c,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- src/usr.bin/ssh/servconf.c 1999/10/01 02:38:09 1.7 +++ src/usr.bin/ssh/servconf.c 1999/10/01 22:23:48 1.8 @@ -12,7 +12,7 @@ */ #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 @@ 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;