File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
corrosion/src/command/consul Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -901,7 +901,7 @@ pub async fn process_multiple_changes(
901901 res
902902 }
903903 Err ( e) => {
904- error ! ( "error processing single version: {e}" ) ;
904+ error ! ( %actor_id , versions = ?versions , "error processing single version: {e}" ) ;
905905 if e. sqlite_error_code ( ) . is_some_and ( |code| {
906906 code != rusqlite:: ErrorCode :: DiskFull
907907 && code != rusqlite:: ErrorCode :: OperationInterrupted
Original file line number Diff line number Diff line change @@ -551,7 +551,7 @@ fn update_checks(
551551
552552#[ derive( Debug , thiserror:: Error ) ]
553553enum UpdateError {
554- #[ error( "consul: {0}" ) ]
554+ #[ error( "consul: {0:? }" ) ]
555555 Consul ( #[ from] consul_client:: Error ) ,
556556 #[ error( "timed out" ) ]
557557 TimedOut ,
You can’t perform that action at this time.
0 commit comments