summaryrefslogtreecommitdiff
path: root/profcollectd/libprofcollectd/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'profcollectd/libprofcollectd/lib.rs')
-rw-r--r--profcollectd/libprofcollectd/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/profcollectd/libprofcollectd/lib.rs b/profcollectd/libprofcollectd/lib.rs
index d5eec68c..d8a8cc8d 100644
--- a/profcollectd/libprofcollectd/lib.rs
+++ b/profcollectd/libprofcollectd/lib.rs
@@ -82,7 +82,7 @@ pub fn trace_once(tag: &str) -> Result<()> {
/// Process traces.
pub fn process() -> Result<()> {
- get_profcollectd_service()?.process(true)?;
+ get_profcollectd_service()?.process()?;
Ok(())
}