Commit 17dd399
authored
* Make httpserver::error_log consume an apply va_list ap so that it generates full log messages.
There are a small number of places where error_log is called where it is expected to apply printf style formatting to it's extra arguments. In most of them, the extra arguments are the most important.
* Try to clean up va_list_usedBeforeStarted, va_start_subsequentCalls and va_end_missing.
(I don't have a cppcheck setup and I can't seem to make anything fail so I'm kinda gussing here.)
* Try to clean up va_list_usedBeforeStarted & va_start_subsequentCalls.
(I don't have a cppcheck setup and I can't seem to make anything fail so I'm kinda gussing here.)
1 parent 7ecd30e commit 17dd399
1 file changed
+18
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | 432 | | |
436 | | - | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
437 | 451 | | |
438 | 452 | | |
439 | 453 | | |
| |||
0 commit comments