[sysprof] sysprof-agent: improve messaging a bit



commit ceab63f6941c4a8c131189b579387ccc9cd8a891
Author: Christian Hergert <chergert redhat com>
Date:   Wed Sep 21 17:18:21 2022 -0700

    sysprof-agent: improve messaging a bit

 src/tools/sysprof-agent.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/tools/sysprof-agent.c b/src/tools/sysprof-agent.c
index ea5a31a0..0ba4d26b 100644
--- a/src/tools/sysprof-agent.c
+++ b/src/tools/sysprof-agent.c
@@ -342,6 +342,9 @@ subprocess_finished_cb (SysprofLocalProfiler *profiler,
   subprocess_finished = TRUE;
 
   message ("Process %s exited", subprocess_ident);
+
+  if (decode)
+    message ("Extracting symbols and attaching to capture");
 }
 
 static void
@@ -641,7 +644,7 @@ main (int   argc,
   g_main_loop_run (main_loop);
 
   /* Notify that some more work needs to proceed */
-  message ("Extracting callgraph symbols");
+  message ("Completing symbol extraction");
 
   /* Let anything in-flight finish */
   main_context = g_main_loop_get_context (main_loop);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]