From e1d237ec05f7e58c863e903bdcd31912a7294497 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Wed, 10 Sep 2003 01:41:15 +0000 Subject: [PATCH] Move an annoying printf() call that gets triggered every time an operation is interrupted (with ^C or ^Z) under CODA_VERBOSE. --- sys/coda/coda_psdev.c | 2 ++ sys/fs/coda/coda_psdev.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/sys/coda/coda_psdev.c b/sys/coda/coda_psdev.c index 1574912e8c5..debbdbf57bb 100644 --- a/sys/coda/coda_psdev.c +++ b/sys/coda/coda_psdev.c @@ -580,8 +580,10 @@ coda_call(mntinfo, inSize, outSize, buffer) #endif } else { +#ifdef CODA_VERBOSE printf("coda_call: tsleep returns %d, cnt %d\n", error, i); +#endif #if notyet tempset = td->td_siglist; diff --git a/sys/fs/coda/coda_psdev.c b/sys/fs/coda/coda_psdev.c index 1574912e8c5..debbdbf57bb 100644 --- a/sys/fs/coda/coda_psdev.c +++ b/sys/fs/coda/coda_psdev.c @@ -580,8 +580,10 @@ coda_call(mntinfo, inSize, outSize, buffer) #endif } else { +#ifdef CODA_VERBOSE printf("coda_call: tsleep returns %d, cnt %d\n", error, i); +#endif #if notyet tempset = td->td_siglist;