=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.24 retrieving revision 1.25 diff -c -r1.24 -r1.25 *** src/usr.bin/cvs/Attic/proto.c 2004/08/27 12:42:45 1.24 --- src/usr.bin/cvs/Attic/proto.c 2004/09/23 15:36:32 1.25 *************** *** 1,4 **** ! /* $OpenBSD: proto.c,v 1.24 2004/08/27 12:42:45 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: proto.c,v 1.25 2004/09/23 15:36:32 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 666,672 **** /* is this request supported by the server? */ if (!CVS_GETVR(root, req->req_id)) { ! cvs_log(LP_ERR, "remote end does not support request `%s'", req->req_str); return (-1); } --- 666,672 ---- /* is this request supported by the server? */ if (!CVS_GETVR(root, req->req_id)) { ! cvs_log(LP_WARN, "remote end does not support request `%s'", req->req_str); return (-1); }