summaryrefslogtreecommitdiff
path: root/src/modules/m_httpd_stats.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2020-12-04 14:16:19 +0000
committerSadie Powell <sadie@witchery.services>2020-12-04 14:18:01 +0000
commit08572a9376e6f41109e233cb45d7e491ad1ebf07 (patch)
tree0df675b77db0cc8efe895e53cb9a6f794fade9a7 /src/modules/m_httpd_stats.cpp
parent092f2b181848d4575f4317267866dade7312c542 (diff)
Improve HTTP logging.
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
-rw-r--r--src/modules/m_httpd_stats.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp
index b40c44d12..0b674cf64 100644
--- a/src/modules/m_httpd_stats.cpp
+++ b/src/modules/m_httpd_stats.cpp
@@ -431,7 +431,7 @@ class ModuleHttpStats : public Module, public HTTPRequestEventListener
if (path[path.size() - 1] == '/')
path.erase(path.size() - 1, 1);
- ServerInstance->Logs->Log(MODNAME, LOG_DEBUG, "Handling httpd event");
+ ServerInstance->Logs->Log(MODNAME, LOG_DEBUG, "Handling HTTP request for %s", http->GetPath().c_str());
bool found = true;
std::stringstream data;