Rename "tracing session" -> "recording session"
[lttng-tools.git] / tests / utils / test_utils.py
index 385f8544d1130a3487a4cedf959821ddf9d837c2..afe066d7692610b2bf0b79638ff63c5ec8d883cd 100644 (file)
@@ -74,7 +74,7 @@ def create_session():
 
     res = create(session_name, trace_path)
     if res < 0:
 
     res = create(session_name, trace_path)
     if res < 0:
-        bail("Failed to create tracing session.")
+        bail("Failed to create recording session.")
 
     channel = Channel()
     channel.name = "channel0"
 
     channel = Channel()
     channel.name = "channel0"
This page took 0.023319 seconds and 4 git commands to generate.