mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
2 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue