File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ impl TaurusRuntimeUsageService {
2222 }
2323
2424 pub async fn update_runtime_usage ( & self , runtime_usage : RuntimeUsage ) {
25- log:: info!( "Updating the current Runtime Status !" ) ;
25+ log:: info!( "Updating the current Runtime Usage !" ) ;
2626 let mut client = RuntimeUsageServiceClient :: new ( self . channel . clone ( ) ) ;
2727
2828 let request = Request :: from_parts (
@@ -36,12 +36,12 @@ impl TaurusRuntimeUsageService {
3636 match client. update ( request) . await {
3737 Ok ( response) => {
3838 log:: info!(
39- "Was the update of the RuntimeStatus accepted by Sagittarius? {}" ,
39+ "Was the update of the RuntimeUsage accepted by Sagittarius? {}" ,
4040 response. into_inner( ) . success
4141 ) ;
4242 }
4343 Err ( err) => {
44- log:: error!( "Failed to update RuntimeStatus : {:?}" , err) ;
44+ log:: error!( "Failed to update RuntimeUsage : {:?}" , err) ;
4545 }
4646 }
4747 }
You can’t perform that action at this time.
0 commit comments