mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:17:45 +00:00
profile: Don't print anything when disabling profiling
Just like when enabling profiling. Plus it's more unixy to not print anything on success
This commit is contained in:
parent
1a17425fb5
commit
cdbcb70913
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ int main(int argc, char** argv)
|
|||
perror("profiling_disable");
|
||||
return 1;
|
||||
}
|
||||
outln("Profiling disabled.");
|
||||
}
|
||||
|
||||
if (free && profiling_free_buffer(pid) < 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue