Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 347629
b: refs/heads/master
c: 7032a3d
h: refs/heads/master
i:
  347627: 84d702c
v: v3
  • Loading branch information
J. Bruce Fields committed Nov 8, 2012
1 parent 049bacd commit a9af9a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c1f8b65af4bda8eb53cdfe4965cbcfd7fb20c7d
refs/heads/master: 7032a3dd923f434132643321ad5faad128611f9e
5 changes: 2 additions & 3 deletions trunk/net/sunrpc/svc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,7 +1035,7 @@ static void svc_unregister(const struct svc_serv *serv, struct net *net)
}

/*
* Printk the given error with the address of the client that caused it.
* dprintk the given error with the address of the client that caused it.
*/
static __printf(2, 3)
void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...)
Expand All @@ -1049,8 +1049,7 @@ void svc_printk(struct svc_rqst *rqstp, const char *fmt, ...)
vaf.fmt = fmt;
vaf.va = &args;

net_warn_ratelimited("svc: %s: %pV",
svc_print_addr(rqstp, buf, sizeof(buf)), &vaf);
dprintk("svc: %s: %pV", svc_print_addr(rqstp, buf, sizeof(buf)), &vaf);

va_end(args);
}
Expand Down

0 comments on commit a9af9a3

Please sign in to comment.