vhost: avoid pr_err on condition guest can trigger
authorMichael S. Tsirkin <mst@redhat.com>
Thu, 24 Jun 2010 14:10:25 +0000 (17:10 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Fri, 16 Jul 2010 09:18:17 +0000 (12:18 +0300)
Guest can trigger packet truncation by posting
a very short buffer and disabling buffer merging.
Convert pr_err to pr_debug to avoid log from filling
up when this happens.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

No differences found