mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
ip/cifsd: dont add pointless logging (already logged when debug is active)
This commit is contained in:
parent
0e96985e12
commit
2c8181eed7
1 changed files with 0 additions and 1 deletions
|
@ -1761,7 +1761,6 @@ struct {
|
|||
void
|
||||
smbcmd(Req *r, int cmd, uchar *h, uchar *p, uchar *e)
|
||||
{
|
||||
logit("processing [%.2x] command", cmd);
|
||||
if((cmd >= nelem(optab)) || (optab[cmd].fun == nil)){
|
||||
logit("[%.2x] command not implemented", cmd);
|
||||
r->respond(r, STATUS_NOT_SUPPORTED);
|
||||
|
|
Loading…
Reference in a new issue