diff --git a/server/src/main.rs b/server/src/main.rs index 58df0a604d..21f56bac9f 100644 --- a/server/src/main.rs +++ b/server/src/main.rs @@ -1,4 +1,4 @@ fn main() -> std::io::Result<()> { - log::info!("hi man, cache the build please 🥺"); + log::info!("hi man, oh you can cache, can you go faster 🤨"); trieve_server::main() }