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:
Mathieu PATUREL 2021-12-30 14:20:44 +11:00 committed by Brian Gianforcaro
commit cdbcb70913
Notes: sideshowbarker 2024-07-17 21:42:53 +09:00

View file

@ -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) {