mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
fix thinko in logCompile
This commit is contained in:
parent
63c78d9d84
commit
0bef625500
@ -3405,7 +3405,7 @@ logCompile(MyThread* t, const void* code, unsigned size, const char* class_,
|
||||
if (not open) {
|
||||
open = true;
|
||||
const char* path = findProperty(t, "avian.jit.log");
|
||||
if (name) {
|
||||
if (path) {
|
||||
log = fopen(path, "wb");
|
||||
} else if (DebugCompile) {
|
||||
log = stderr;
|
||||
|
Loading…
Reference in New Issue
Block a user