From fcafdbb5ee91af9dd978925cddd9c542edd6e3b7 Mon Sep 17 00:00:00 2001 From: Jean-Francois Brousseau Date: Fri, 4 Feb 2005 17:50:21 +0000 Subject: remove duplicate trace message which gets output in cvs_sendfile() --- usr.bin/cvs/update.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'usr.bin/cvs/update.c') diff --git a/usr.bin/cvs/update.c b/usr.bin/cvs/update.c index 131f3de59c6..f418a9548bc 100644 --- a/usr.bin/cvs/update.c +++ b/usr.bin/cvs/update.c @@ -1,4 +1,4 @@ -/* $OpenBSD: update.c,v 1.14 2005/01/13 07:04:16 jfb Exp $ */ +/* $OpenBSD: update.c,v 1.15 2005/02/04 17:50:20 jfb Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -177,7 +177,6 @@ cvs_update_file(CVSFILE *cf, void *arg) break; case CVS_FST_ADDED: case CVS_FST_MODIFIED: - cvs_log(LP_TRACE, "Sending file `%s' to server", fname); ret = cvs_sendreq(root, CVS_REQ_MODIFIED, fname); if (ret == 0) ret = cvs_sendfile(root, fpath); -- cgit v1.2.3