From fe7ab8c41728248e145c830124535a73ed999dd4 Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Mon, 29 May 2006 18:00:03 +0000 Subject: add trace messages for debugging purpose --- usr.bin/cvs/getlog.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.bin/cvs/getlog.c') diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c index 0217a30bcc8..c4c9c8afad9 100644 --- a/usr.bin/cvs/getlog.c +++ b/usr.bin/cvs/getlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getlog.c,v 1.59 2006/05/29 06:29:49 joris Exp $ */ +/* $OpenBSD: getlog.c,v 1.60 2006/05/29 18:00:02 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * @@ -94,6 +94,8 @@ cvs_log_local(struct cvs_file *cf) struct rcs_access *acp; char numb[32], timeb[32]; + cvs_log(LP_TRACE, "cvs_log_local(%s)", cf->file_path); + cvs_file_classify(cf, 0); if (cf->file_status == FILE_UNKNOWN) { -- cgit v1.2.3