Change "event rule hit" to "event-rule matches" in user interface strings
[lttng-tools.git] / src / common / conditions / condition.c
index 97598f24963cf8aff6c48f06d868b7a32e722554..4b290cdb4c1b7dc2e594c5f368f909f3394050af 100644 (file)
@@ -232,7 +232,7 @@ const char *lttng_condition_type_str(enum lttng_condition_type type)
                return "session rotation completed";
 
        case LTTNG_CONDITION_TYPE_EVENT_RULE_MATCHES:
-               return "event rule hit";
+               return "event rule matches";
 
        default:
                return "???";
This page took 0.023164 seconds and 4 git commands to generate.