Skip to content

Commit 132aac3

Browse files
committed
fix(spectrogram): use correct error message for failing to create spectrogram
1 parent 611ecb6 commit 132aac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spectrogram/spectrogram.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ pub async fn make_spectrogram_full(
9494
if output.status.success() {
9595
Ok(())
9696
} else {
97-
Err(anyhow::anyhow!("Failed to create torrent"))
97+
Err(anyhow::anyhow!("Failed to create spectrogram"))
9898
}
9999
}

0 commit comments

Comments
 (0)