We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611ecb6 commit 132aac3Copy full SHA for 132aac3
src/spectrogram/spectrogram.rs
@@ -94,6 +94,6 @@ pub async fn make_spectrogram_full(
94
if output.status.success() {
95
Ok(())
96
} else {
97
- Err(anyhow::anyhow!("Failed to create torrent"))
+ Err(anyhow::anyhow!("Failed to create spectrogram"))
98
}
99
0 commit comments