Skip to content

Commit

Permalink
Change log message.
Browse files Browse the repository at this point in the history
  • Loading branch information
emmiegit committed Oct 7, 2024
1 parent df650b5 commit b7dfbbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepwell/src/endpoints/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pub async fn server_info(
) -> Result<Info> {
let config = ctx.config();

info!("Building server information for response");
info!("Building server information response");
Ok(Info {
package: PackageInfo {
name: info::PKG_NAME,
Expand Down

0 comments on commit b7dfbbf

Please sign in to comment.