File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pub struct BilibiliSearchResult {
4040
4141impl From < BilibiliSearchResult > for Song {
4242 fn from ( result : BilibiliSearchResult ) -> Self {
43- log:: debug !( "Converting BilibiliSearchResult to Song…" ) ;
43+ log:: trace !( "Converting BilibiliSearchResult to Song…" ) ;
4444
4545 Song :: builder ( )
4646 . id ( result. id . to_string ( ) )
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ impl From<MiguAlbum> for Album {
9999
100100impl From < MiguResponse > for Song {
101101 fn from ( response : MiguResponse ) -> Self {
102- log:: debug !( "Converting response to Song…" ) ;
102+ log:: trace !( "Converting MiguResponse to Song…" ) ;
103103
104104 let id = response. id ;
105105 let name = response. name ;
@@ -135,7 +135,7 @@ impl MergedAudioFileMap {
135135 rate_format : impl Iterator < Item = MiguAudioSource > ,
136136 new_rate_format : impl Iterator < Item = MiguAudioSource > ,
137137 ) -> Self {
138- log:: debug !( "Merging rate formats…" ) ;
138+ log:: trace !( "Merging rate formats…" ) ;
139139
140140 let mut map = HashMap :: new ( ) ;
141141
You can’t perform that action at this time.
0 commit comments