diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-22 16:04:51 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2024-03-25 11:20:37 +0300 |
commit | a7e49dbeab6c1a0500ca8fa3a1a6261b3740b6b0 (patch) | |
tree | b18ab48616d3cd6d3ec919048fd5363e322d17e4 /mod/module.hxx | |
parent | 11369a47e37419a8ef71b99f221f6f1dabcbf6c9 (diff) |
Add NOTIFICATION_DIAG macro to mod/tenant-service.hxx
Diffstat (limited to 'mod/module.hxx')
-rw-r--r-- | mod/module.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/module.hxx b/mod/module.hxx index 6423e6d..f3e062e 100644 --- a/mod/module.hxx +++ b/mod/module.hxx @@ -194,7 +194,7 @@ namespace brep log* log_ {nullptr}; // Diagnostics backend provided by the web server. private: - // Extract function name from a __PRETTY_FUNCTION__. + // Extract the full-qualified function name from a __PRETTY_FUNCTION__. // Throw invalid_argument if fail to parse. // static string |