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:
parent
a547af297d
commit
e1d237ec05
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user