Move an annoying printf() call that gets triggered every time an

operation is interrupted (with ^C or ^Z) under CODA_VERBOSE.
This commit is contained in:
Tim J. Robbins 2003-09-10 01:41:15 +00:00
parent a547af297d
commit e1d237ec05
2 changed files with 4 additions and 0 deletions

View File

@ -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;

View File

@ -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;