Skip to content

Commit d714730

Browse files
Update scorpio/src/daemon/mod.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Lux1an <lux1an@qq.com>
1 parent 3eef2c3 commit d714730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scorpio/src/daemon/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async fn mount_handler(
198198
return axum::Json(MountResponse {
199199
status: FAIL.into(),
200200
mount: MountInfo::default(),
201-
message: format!("Mount process error :{e}."),
201+
message: format!("Mount process error: {e}."),
202202
});
203203
}
204204

0 commit comments

Comments
 (0)