Commit d4c4537
committed
Correct message re: enabling logging
If the `v` key is not set to `true` in the configuration file, Arduino Create Agent prints a helpful message to the
terminal.
Previously this message instructed the user to enable logging via a `-v` command line flag. However, Arduino Create
Agent doesn't have a `-v` flag. The sole mechanism for controlling logging is the `v` key of the configuration file.
The instructions in the message are hereby corrected to specify the use of the configuration file.1 parent e565300 commit d4c4537
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
| 323 | + | |
324 | 324 | | |
325 | 325 | | |
326 | 326 | | |
| |||
0 commit comments