summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-02-04 17:50:21 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2005-02-04 17:50:21 +0000
commitfcafdbb5ee91af9dd978925cddd9c542edd6e3b7 (patch)
tree80f62b0c6f7bbff871a8a66238416565d2887dd4 /usr.bin/cvs
parent9ee5fcb420a8325e5886e81373ee2db4d67fca2a (diff)
remove duplicate trace message which gets output in cvs_sendfile()
Diffstat (limited to 'usr.bin/cvs')
-rw-r--r--usr.bin/cvs/update.c3
1 files changed, 1 insertions, 2 deletions
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 <jfb@openbsd.org>
* 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);