aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/osmo_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo_common.c b/src/osmo_common.c
index 099cff2..b97394e 100644
--- a/src/osmo_common.c
+++ b/src/osmo_common.c
@@ -72,7 +72,7 @@ enum node_type osmopcap_go_parent(struct vty *vty)
vty->index = NULL;
break;
default:
- LOGP(DVTY, LOGL_ERROR, "Unhandled node %d\n", vty->node);
+ vty->node = CONFIG_NODE;
break;
}