mirror of
https://github.com/corda/corda.git
synced 2025-01-08 14:03:06 +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) {
|
if (not open) {
|
||||||
open = true;
|
open = true;
|
||||||
const char* path = findProperty(t, "avian.jit.log");
|
const char* path = findProperty(t, "avian.jit.log");
|
||||||
if (name) {
|
if (path) {
|
||||||
log = fopen(path, "wb");
|
log = fopen(path, "wb");
|
||||||
} else if (DebugCompile) {
|
} else if (DebugCompile) {
|
||||||
log = stderr;
|
log = stderr;
|
||||||
|
Loading…
Reference in New Issue
Block a user