feat: 统一 Commilitia Drop 全客户端命名与分发
This commit is contained in:
+2
-2
@@ -32,7 +32,7 @@ func main() {
|
||||
slog.Error("config load failed", "err", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
slog.Info("cdropd booting",
|
||||
slog.Info("Commilitia Drop server booting",
|
||||
"auth_mode", cfg.AuthMode,
|
||||
"listen", cfg.Listen,
|
||||
"db_path", cfg.DBPath,
|
||||
@@ -120,5 +120,5 @@ func main() {
|
||||
if err := srv.Shutdown(shutCtx); err != nil {
|
||||
slog.Error("http shutdown error", "err", err)
|
||||
}
|
||||
slog.Info("cdropd stopped")
|
||||
slog.Info("Commilitia Drop server stopped")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user