From 9374506c034d499556dc920dbfbc770d00e48024 Mon Sep 17 00:00:00 2001 From: fastfist Date: Thu, 11 Apr 2024 11:30:13 -0700 Subject: [PATCH] feat: small change? --- server/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() }