fix conflict detection

This commit is contained in:
Novattz
2026-01-17 20:30:14 +01:00
parent 9ba307f9f8
commit d3a91f5722
3 changed files with 35 additions and 13 deletions

View File

@@ -294,7 +294,7 @@ impl SmokeAPI {
.map_err(|e| format!("Failed to replace libsteam_api.so: {}", e))?;
info!(
"Replaced libsteam_api.so with {} (hook mode)",
"Replaced libsteam_api.so with {}",
target_so
);