File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ void Init::initMimeTypes(Context& context) {
6363 VirtualHost::setMimeTypes (types);
6464 accessLog_g.write (
6565 " Mime types loaded for " + toString (types.size ()) + " extensions" , INFO);
66- accessLog_g.write (" -- Mime types successfully loaded ---" , INFO,
67- BRIGHT_GREEN);
6866}
6967
7068void Init::initVirtualHosts (Context& context) {
@@ -78,8 +76,6 @@ void Init::initVirtualHosts(Context& context) {
7876 }
7977 size_t size = VirtualHost::getVirtualHosts ().size ();
8078 accessLog_g.write (toString (size) + " virtual hosts loaded" , INFO);
81- accessLog_g.write (" ------- Virtual Hosts loaded --------" , INFO,
82- BRIGHT_GREEN);
8379}
8480
8581void Init::initAConnection (Context& context) {
@@ -115,6 +111,4 @@ void Init::initPoll() {
115111 }
116112 }
117113 accessLog_g.write (" Number of sockets: " + toString (sockets), INFO);
118- accessLog_g.write (" ---------- Sockets created ----------" , INFO,
119- BRIGHT_GREEN);
120114}
You can’t perform that action at this time.
0 commit comments