File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 44use super :: operation_client:: OperationClient ;
55use crate :: auth:: Authentication ;
66use crate :: error:: { ClientErrorKind , Error , Result } ;
7- use log:: { info , warn} ;
7+ use log:: { debug , warn} ;
88use parsec_interface:: operations:: delete_client:: Operation as DeleteClient ;
99use parsec_interface:: operations:: list_authenticators:: {
1010 AuthenticatorInfo , Operation as ListAuthenticators ,
@@ -208,7 +208,7 @@ impl BasicClient {
208208 } ;
209209 client. set_default_provider ( ) ?;
210210 client. set_default_auth ( app_name) ?;
211- info ! ( "Parsec BasicClient created with implicit provider \" {}\" and authentication data \" {:?}\" " , client. implicit_provider( ) , client. auth_data( ) ) ;
211+ debug ! ( "Parsec BasicClient created with implicit provider \" {}\" and authentication data \" {:?}\" " , client. implicit_provider( ) , client. auth_data( ) ) ;
212212 Ok ( client)
213213 }
214214
You can’t perform that action at this time.
0 commit comments