From b6905f75eefbd4a3fd8d0ee1044e754ec2d30351 Mon Sep 17 00:00:00 2001 From: tjr Date: Wed, 10 Sep 2003 01:41:15 +0000 Subject: Move an annoying printf() call that gets triggered every time an operation is interrupted (with ^C or ^Z) under CODA_VERBOSE. --- sys/fs/coda/coda_psdev.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/fs/coda') diff --git a/sys/fs/coda/coda_psdev.c b/sys/fs/coda/coda_psdev.c index 1574912..debbdbf 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; -- cgit v1.1