diff --git a/sys/geom/label/g_label.c b/sys/geom/label/g_label.c --- a/sys/geom/label/g_label.c +++ b/sys/geom/label/g_label.c @@ -251,8 +251,8 @@ if ((pp2->flags & G_PF_ORPHAN) != 0) continue; if (strcmp(pp2->name, name) == 0) { - G_LABEL_DEBUG(1, "Label %s(%s) already exists (%s).", - label, name, pp->name); + G_LABEL_DEBUG(1, "Label %s (%s) already exists.", + label, name); if (req != NULL) { gctl_error(req, "Provider %s already exists.", name);