Commit 64fdde37c79b76831e0784e4437e146812425288

Thomas de Grivel 2025-04-09T20:53:08

httpd: put message when app is loaded

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/lib/kc3/0.1/httpd.kc3 b/lib/kc3/0.1/httpd.kc3
index 76a2f74..5d33522 100644
--- a/lib/kc3/0.1/httpd.kc3
+++ b/lib/kc3/0.1/httpd.kc3
@@ -31,6 +31,7 @@ defmodule HTTPd do
       load("config/routes.kc3")
     end
     load_directory("app/plugs/")
+    puts("HTTPd.load_app: done")
   }
 
   def maybe_reload_app = fn () {