1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 21:07:34 +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:
Mathieu PATUREL 2021-12-30 14:20:44 +11:00 committed by Brian Gianforcaro
parent 1a17425fb5
commit cdbcb70913

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