Skip to content

Commit 8e4ee59

Browse files
Paul Durrantdavem330
authored andcommitted
xen-netback: reduce log spam
Remove the "prepare for reconnect" pr_info in xenbus.c. It's largely uninteresting and the states of the frontend and backend can easily be observed by watching the (o)xenstored log. Signed-off-by: Paul Durrant <paul.durrant@citrix.com> Cc: Wei Liu <wei.liu2@citrix.com> Acked-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 562abd3 commit 8e4ee59

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/net/xen-netback/xenbus.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,6 @@ static void set_backend_state(struct backend_info *be,
511511
switch (state) {
512512
case XenbusStateInitWait:
513513
case XenbusStateConnected:
514-
pr_info("%s: prepare for reconnect\n",
515-
be->dev->nodename);
516514
backend_switch_state(be, XenbusStateInitWait);
517515
break;
518516
case XenbusStateClosing:

0 commit comments

Comments
 (0)