diff options
Diffstat (limited to 'src/Overlay.cpp')
-rw-r--r-- | src/Overlay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Overlay.cpp b/src/Overlay.cpp index c8b2678..ff12770 100644 --- a/src/Overlay.cpp +++ b/src/Overlay.cpp @@ -482,7 +482,7 @@ namespace gsr { } int exit_code = -1; - // The process is no longer a child process since gsr overlay has restarted + // The process is no longer a child process since gsr ui has restarted if(errno == ECHILD) { errno = 0; kill(gpu_screen_recorder_process, 0); |