summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-03-06 14:03:34 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-03-06 14:03:34 +0000
commit7769f874343034c4e2214fead258c9bf4a9f5798 (patch)
treeaf7d07c645fce0651df7b20ae88a759cc5f74a99
parent72ab0f23962bbaddb950df69df3c26eba34a4054 (diff)
missing informative message after call to checkout_rev().
-rw-r--r--usr.bin/rcs/co.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/rcs/co.c b/usr.bin/rcs/co.c
index 3835ea73cf3..67c0f642258 100644
--- a/usr.bin/rcs/co.c
+++ b/usr.bin/rcs/co.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: co.c,v 1.57 2006/03/06 13:49:24 xsa Exp $ */
+/* $OpenBSD: co.c,v 1.58 2006/03/06 14:03:33 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -176,6 +176,9 @@ checkout_main(int argc, char **argv)
continue;
}
+ if (verbose == 1)
+ printf("done\n");
+
rcs_close(file);
if (flags & PRESERVETIME)