Skip to content

Commit e9bf402

Browse files
committed
fix unlock time message
1 parent c924286 commit e9bf402

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ async fn main() -> Result<(), AlignedError> {
936936
{
937937
Ok(value) => value,
938938
Err(e) => {
939-
error!("Failed to get : {:?}", e);
939+
error!("Failed to get unlock time: {:?}", e);
940940
return Ok(());
941941
}
942942
};

0 commit comments

Comments
 (0)