We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d3dce4 commit e70c3fbCopy full SHA for e70c3fb
2 files changed
Cargo.toml
@@ -4,4 +4,4 @@ resolver = "2"
4
5
[profile.release]
6
strip = "debuginfo"
7
-lto = true
+lto = false
lib/src/lib.rs
@@ -169,7 +169,7 @@ impl RPCServer {
169
callback: impl FnMut(ProcessScanState) + Send + Sync + 'static,
170
) {
171
if self.connectors.is_some() {
172
- log!("[RPC Server] Cannot set on_streamer_mode_should_toggle, connectors are already initialized");
+ log!("[RPC Server] Cannot set on_process_scan_complete, connectors are already initialized");
173
return;
174
}
175
0 commit comments