Skip to content

Commit

Permalink
Fix GPU log message
Browse files Browse the repository at this point in the history
  • Loading branch information
nazar-pc committed Nov 20, 2024
1 parent 5c4f8a4 commit 053fa46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/farmer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ where
}

let plotter = if let Some(plotter) = plotter {
info!("CPU plotting for v1 farms was disabled due to detected faster plotting with GPU");
info!("CPU plotting was disabled due to detected faster plotting with GPU");

plotter
} else {
Expand Down

0 comments on commit 053fa46

Please sign in to comment.