Merge
This commit is contained in:
commit
5db686194c
6
INSTALL
6
INSTALL
@ -14,8 +14,12 @@ Requirements
|
|||||||
|
|
||||||
* automake 1.9 or newer
|
* automake 1.9 or newer
|
||||||
* autoconf
|
* autoconf
|
||||||
|
* libconfig-dev
|
||||||
|
* libjson0-dev
|
||||||
|
* libnl-dev
|
||||||
* libtool
|
* libtool
|
||||||
* openssl
|
* libssl-dev
|
||||||
|
* libxml2-dev
|
||||||
|
|
||||||
Build
|
Build
|
||||||
-----
|
-----
|
||||||
|
@ -121,7 +121,7 @@ void capwap_logging_printf(int level, const char* format, ...) {
|
|||||||
if (loggingoutputstdout || loggingoutputstderr) {
|
if (loggingoutputstdout || loggingoutputstderr) {
|
||||||
FILE* output = (loggingoutputstdout ? stdout : stderr);
|
FILE* output = (loggingoutputstdout ? stdout : stderr);
|
||||||
|
|
||||||
fprintf(output, prefix);
|
fprintf(output, "%s", prefix);
|
||||||
vfprintf(output, format, args);
|
vfprintf(output, format, args);
|
||||||
fprintf(output, "\n");
|
fprintf(output, "\n");
|
||||||
fflush(output);
|
fflush(output);
|
||||||
|
Loading…
Reference in New Issue
Block a user