aboutsummaryrefslogtreecommitdiff
path: root/src/table/gc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/gc.rs')
-rw-r--r--src/table/gc.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/table/gc.rs b/src/table/gc.rs
index 5cb8cb9b..8d0a5bef 100644
--- a/src/table/gc.rs
+++ b/src/table/gc.rs
@@ -315,7 +315,7 @@ where
}
Ok(GcRpc::Ok)
}
- _ => Err(Error::Message("Unexpected GC RPC".to_string())),
+ m => Err(Error::unexpected_rpc_message(m)),
}
}
}