From dc56f1677294c861148174489759d7eee6b52169 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 1 Feb 2012 18:17:54 -0500 Subject: [PATCH] Update loglevel example Signed-off-by: Mathieu Desnoyers --- common-trace-format-specification.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common-trace-format-specification.txt b/common-trace-format-specification.txt index dedf593..ef7d7a0 100644 --- a/common-trace-format-specification.txt +++ b/common-trace-format-specification.txt @@ -1150,8 +1150,7 @@ event { name = "event_name"; id = value; /* Numeric identifier within the stream */ stream_id = stream_id; - loglevel.identifier = "loglevel_identifier"; - loglevel.value = value; + loglevel = value; context := struct { ... }; -- 2.34.1