summaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.c b/node.c
index e2c5007..1876a67 100644
--- 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";
}
}