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;