mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-profile: record log message for stop command
This commit is contained in:
@ -313,6 +313,7 @@ sysprof_recording_fiber (gpointer user_data)
|
||||
switch (command)
|
||||
{
|
||||
case SYSPROF_RECORDING_COMMAND_STOP:
|
||||
g_debug ("Recording received stop command");
|
||||
goto stop_recording;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user