diff options
Diffstat (limited to 'src/table_sync.rs')
-rw-r--r-- | src/table_sync.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table_sync.rs b/src/table_sync.rs index 550ad0f0..0f3e90d2 100644 --- a/src/table_sync.rs +++ b/src/table_sync.rs @@ -438,7 +438,7 @@ where .spawn(self.clone().send_items(who.clone(), items_to_send)); } } else { - return Err(Error::Message(format!( + return Err(Error::BadRequest(format!( "Unexpected response to sync RPC checksums: {}", debug_serialize(&rpc_resp) ))); |