=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cmd.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/cvs/cmd.c 2005/05/24 04:21:54 1.20 --- src/usr.bin/cvs/cmd.c 2005/05/25 04:12:54 1.21 *************** *** 1,4 **** ! /* $OpenBSD: cmd.c,v 1.20 2005/05/24 04:21:54 jfb Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cmd.c,v 1.21 2005/05/25 04:12:54 jfb Exp $ */ /* * Copyright (c) 2005 Joris Vink * All rights reserved. *************** *** 179,186 **** if ((root->cr_method != CVS_METHOD_LOCAL) && (cvs_connect(root) < 0)) return (CVS_EX_PROTO); ! if (cvs_trace) ! cvs_log(LP_TRACE, "cvs_startcmd() CVSROOT=%s", root->cr_str); if (cmd->cmd_pre_exec != NULL) { if ((ret = cmd->cmd_pre_exec(root)) != 0) --- 179,186 ---- if ((root->cr_method != CVS_METHOD_LOCAL) && (cvs_connect(root) < 0)) return (CVS_EX_PROTO); ! ! cvs_log(LP_TRACE, "cvs_startcmd() CVSROOT=%s", root->cr_str); if (cmd->cmd_pre_exec != NULL) { if ((ret = cmd->cmd_pre_exec(root)) != 0)