=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/hist.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/cvs/Attic/hist.c 2005/08/14 19:49:18 1.10 --- src/usr.bin/cvs/Attic/hist.c 2005/09/05 19:45:42 1.11 *************** *** 1,4 **** ! /* $OpenBSD: hist.c,v 1.10 2005/08/14 19:49:18 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: hist.c,v 1.11 2005/09/05 19:45:42 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 74,79 **** --- 74,81 ---- histp->chf_sindex = 0; histp->chf_cindex = 0; histp->chf_nbhent = 0; + + cvs_log(LP_TRACE, "cvs_hist_open(%s)", path); histp->chf_fd = open(path, O_RDONLY, 0); if (histp->chf_fd == -1) {