Skip to content

Commit cd67021

Browse files
committed
Use full sentence for comment
1 parent baf5f47 commit cd67021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/devolutions-pedm/src/api

crates/devolutions-pedm/src/api/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ pub async fn serve(pipe_name: &'static str, config_path: Option<Utf8PathBuf>) ->
180180

181181
let mut server = create_pipe(pipe_name)?;
182182

183-
// log the server startup
183+
// Log the server startup.
184184
let run_id = state.db.log_server_startup(pipe_name).await?;
185185
info!("Started server at {pipe_name} with run ID {run_id}");
186186
info!(

0 commit comments

Comments
 (0)