diff options
| author | 2017-08-27 13:25:29 +0100 | |
|---|---|---|
| committer | 2017-08-27 13:25:29 +0100 | |
| commit | a3f2e6ed5424c3e27aa1c7226bb436cd46bb19f7 (patch) | |
| tree | 149e712c1b2d0324115a8f970607266824ea3366 /src/modules/m_httpd_stats.cpp | |
| parent | Update a bunch of references to the old command modules. (diff) | |
Remove module file extensions from user-visible messages.
Diffstat (limited to 'src/modules/m_httpd_stats.cpp')
| -rw-r--r-- | src/modules/m_httpd_stats.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_httpd_stats.cpp b/src/modules/m_httpd_stats.cpp index 62ae0c204..41d85a3b4 100644 --- a/src/modules/m_httpd_stats.cpp +++ b/src/modules/m_httpd_stats.cpp @@ -247,7 +247,7 @@ class ModuleHttpStats : public Module, public HTTPRequestEventListener Version GetVersion() CXX11_OVERRIDE { - return Version("Provides statistics over HTTP via m_httpd.so", VF_VENDOR); + return Version("Provides statistics over HTTP via m_httpd", VF_VENDOR); } }; |
