Commit d0e450a
committed
sokol_log: silence non-error output by default, don't print extra newlines
users don't know what these messages mean, it's useless output.
the extra newlines break the formatting style of other logging.
instead, disable output for higher log levels by default,
based on our own runtime debug settings.
we might always compile in the messages for convenience as well,
not sure why sokol chooses not to.1 parent 10dfe68 commit d0e450a
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| 251 | + | |
| 252 | + | |
251 | 253 | | |
252 | 254 | | |
253 | 255 | | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
254 | 259 | | |
255 | 260 | | |
256 | 261 | | |
| |||
301 | 306 | | |
302 | 307 | | |
303 | 308 | | |
304 | | - | |
| 309 | + | |
305 | 310 | | |
306 | 311 | | |
307 | 312 | | |
| |||
0 commit comments