docs: Add double quotes to RUST_LOG to improve clarity

This commit is contained in:
jmckiern 2020-12-09 19:39:45 +00:00 committed by Mike Welsh
parent 70e7894a14
commit fea724aa2e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ Ruffle is a young project, and there is still much Flash functionality that is u
## Debugging ActionScript Content
If you build Ruffle with `--features avm_debug` and enable debug logging (`RUST_LOG=warn,ruffle_core=debug`) then you will
If you build Ruffle with `--features avm_debug` and enable debug logging (`RUST_LOG="warn,ruffle_core=debug"`) then you will
activate a few built-in debugging utilities inside Ruffle, listed below.
### Warnings and Errors