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