try printf instead
This commit is contained in:
parent
5529d560f3
commit
dbc2adc360
@ -157,7 +157,7 @@ int vfprintf(FILE *file, const char *format, va_list args) {
|
|||||||
"vfprintf with non-stdout/stderr stream follows:");
|
"vfprintf with non-stdout/stderr stream follows:");
|
||||||
DeepState_LogVFormat(DeepState_LogInfo, format, args);
|
DeepState_LogVFormat(DeepState_LogInfo, format, args);
|
||||||
} else {
|
} else {
|
||||||
DeepState_LogVFormat(DeepState_LogCritical, format, args);
|
printf(format, args);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user