This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a commit to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/refactor_bundle_cache
by this push:
new 0cf6420a Minor documentation improvement.
0cf6420a is described below
commit 0cf6420aefa52bd54096f19f1582104598565308
Author: PengZheng <[email protected]>
AuthorDate: Tue Feb 7 15:08:42 2023 +0800
Minor documentation improvement.
---
libs/error_injector/README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libs/error_injector/README.md b/libs/error_injector/README.md
index 93e8d4fe..74d54a73 100644
--- a/libs/error_injector/README.md
+++ b/libs/error_injector/README.md
@@ -42,6 +42,8 @@ We have implemented several injectors.
Have a look at them before implementing your own.
+> Celix Error injector only works properly in debug build.
+
## Example Usage
```c++