aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--web/apache/service.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apache/service.cxx b/web/apache/service.cxx
index 42a31bd..3bd60f6 100644
--- a/web/apache/service.cxx
+++ b/web/apache/service.cxx
@@ -94,7 +94,7 @@ namespace web
void service::
init_worker (log& l) noexcept
{
- static const string func_name (
+ const string func_name (
"web::apache::service<" + name_ + ">::init_worker");
try