diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 19:33:38 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-11-16 19:33:38 +0200 |
commit | 48a3c47d34c2acc0a39e2db5acfd437dace499c1 (patch) | |
tree | a0e3430b08b5e9d96a61d64e919e67ccef34c0b7 | |
parent | f30b5f96966b255c4adac68ef019cb5579c3e820 (diff) |
Bugfix: wrong service name logged on worker initialization error
-rw-r--r-- | web/apache/service.cxx | 2 |
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 |