···396 }397398 if (was_valid && !valid) {399- mlog(ML_NOTICE, "no longer connected to " SC_NODEF_FMT "\n",400- SC_NODEF_ARGS(old_sc));401 o2net_complete_nodes_nsw(nn);402 }403···409 * the only way to start connecting again is to down410 * heartbeat and bring it back up. */411 cancel_delayed_work(&nn->nn_connect_expired);412- mlog(ML_NOTICE, "%s " SC_NODEF_FMT "\n", 413- o2nm_this_node() > sc->sc_node->nd_num ?414- "connected to" : "accepted connection from",415- SC_NODEF_ARGS(sc));416 }417418 /* trigger the connecting worker func as long as we're not valid,···12801281 do_gettimeofday(&now);12821283- mlog(ML_NOTICE, "connection to " SC_NODEF_FMT " has been idle for 10 "1284 "seconds, shutting it down.\n", SC_NODEF_ARGS(sc));1285 mlog(ML_NOTICE, "here are some times that might help debug the "1286 "situation: (tmr %ld.%ld now %ld.%ld dr %ld.%ld adv "
···396 }397398 if (was_valid && !valid) {399+ printk(KERN_INFO "o2net: no longer connected to "400+ SC_NODEF_FMT "\n", SC_NODEF_ARGS(old_sc));401 o2net_complete_nodes_nsw(nn);402 }403···409 * the only way to start connecting again is to down410 * heartbeat and bring it back up. */411 cancel_delayed_work(&nn->nn_connect_expired);412+ printk(KERN_INFO "o2net: %s " SC_NODEF_FMT "\n",413+ o2nm_this_node() > sc->sc_node->nd_num ?414+ "connected to" : "accepted connection from",415+ SC_NODEF_ARGS(sc));416 }417418 /* trigger the connecting worker func as long as we're not valid,···12801281 do_gettimeofday(&now);12821283+ printk(KERN_INFO "o2net: connection to " SC_NODEF_FMT " has been idle for 10 "1284 "seconds, shutting it down.\n", SC_NODEF_ARGS(sc));1285 mlog(ML_NOTICE, "here are some times that might help debug the "1286 "situation: (tmr %ld.%ld now %ld.%ld dr %ld.%ld adv "