Map labels to classes, map routing groups to audio adapters
[staging/agl-audio-plugin.git] / node.c
diff --git a/node.c b/node.c
index e2c5007..1876a67 100644 (file)
--- a/node.c
+++ b/node.c
@@ -149,7 +149,7 @@ const char *agl_node_type_str (agl_node_type type)
                case agl_alert:             return "Alert";
                case agl_event:             return "Event";
                case agl_system:            return "System";
-               default:                    return "<user defined>";
+               default:                    return "default";
        }
 }