summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Fitzgerald <fitzgen@gmail.com>2017-07-17 10:21:24 -0700
committerNick Fitzgerald <fitzgen@gmail.com>2017-07-17 10:21:24 -0700
commit159fe962b2e389dc834bb7e51c66a14cb905015c (patch)
tree3200c0d0afa07ee7254519c3d3eadb2d658e012f
parentc29e5bc0164c014f355850044749cf24e8f88bea (diff)
Clear up common misconception about RUST_LOG=bindgen
-rw-r--r--.github/ISSUE_TEMPLATE.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
index a6be9497..ca168c0d 100644
--- a/.github/ISSUE_TEMPLATE.md
+++ b/.github/ISSUE_TEMPLATE.md
@@ -63,8 +63,8 @@ bindings is missing a field that exists in the C/C++ struct, note that here.
<details>
```
-Insert debug logging when running bindgen with the `RUST_LOG=bindgen` environment
-variable set.
+Insert debug logging when running bindgen (not when compiling bindgen's output)
+with the `RUST_LOG=bindgen` environment variable set.
```
</details>