Commit 6ec9962
committed
Print "archiving core" message at INFO level
This previously used the DEBUG level, which is shown in red by the
Arduino IDE. Commit 7883e01 (Let "archiving core" message appear only if
verbose) attempted to fix this, but did not.
While here, this also changes Fprintln with an explicit Stdout argument
to a regular Println, since Stdout is the default anyway.
This commit properly fixes #238.
Signed-off-by: Matthijs Kooijman <matthijs@stdin.nl>1 parent b91cea8 commit 6ec9962
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
128 | 127 | | |
129 | 128 | | |
130 | 129 | | |
131 | | - | |
| 130 | + | |
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
| |||
0 commit comments