From 178a4f9bbbca71ae2bae5f0e4036484ea4a67655 Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Tue, 23 Jan 2024 21:58:06 -0500 Subject: [PATCH] stupid bugfix --- src/Tiny_httpd_log.default.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tiny_httpd_log.default.ml b/src/Tiny_httpd_log.default.ml index 781772f0..5340578b 100644 --- a/src/Tiny_httpd_log.default.ml +++ b/src/Tiny_httpd_log.default.ml @@ -3,5 +3,5 @@ let info _ = () let debug _ = () let error _ = () -let enable ~debug:_ () = () +let setup ~debug:_ () = () let dummy = true