From 784530b4793f30683a078ed6cd75be2a6b18a0ad Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 24 Oct 2023 12:31:04 +0200 Subject: small adjustments that didnt fix the problem :) --- transcoder/src/snippet.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'transcoder') diff --git a/transcoder/src/snippet.rs b/transcoder/src/snippet.rs index 969a2ec..4a55c13 100644 --- a/transcoder/src/snippet.rs +++ b/transcoder/src/snippet.rs @@ -7,7 +7,7 @@ use crate::LOCAL_TRANSCODING_TASKS; use jellybase::cache::async_cache_file; use jellycommon::{jhls::EncodingProfile, AssetLocation}; -use log::info; +use log::{debug, info}; use std::process::Stdio; use tokio::{ io::copy, @@ -23,7 +23,7 @@ pub async fn transcode( &["snip-tc", key, &format!("{enc:?}")], move |mut output| async move { let _permit = LOCAL_TRANSCODING_TASKS.acquire().await?; - info!("transcoding snippet {key}"); + debug!("transcoding snippet {key}"); let mut args = Vec::new(); match enc { -- cgit v1.2.3-70-g09d2