mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 09:11:07 -04:00
Oops, remove debugger line.
This commit is contained in:
parent
65343c788c
commit
006faeb831
2 changed files with 0 additions and 4 deletions
|
|
@ -316,8 +316,6 @@ sched_get_priority_min(struct thread *td,
|
|||
|
||||
error = ksched_get_priority_min(ksched, uap->policy, &prio);
|
||||
td->td_retval[0] = prio;
|
||||
printf("uap->policy=%d error=%d prio=%d\n", uap->policy, error,
|
||||
prio);
|
||||
return (error);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -316,8 +316,6 @@ sched_get_priority_min(struct thread *td,
|
|||
|
||||
error = ksched_get_priority_min(ksched, uap->policy, &prio);
|
||||
td->td_retval[0] = prio;
|
||||
printf("uap->policy=%d error=%d prio=%d\n", uap->policy, error,
|
||||
prio);
|
||||
return (error);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue