(fix) typo
This commit is contained in:
parent
1fcc72aa90
commit
0da78a6f58
@ -53,10 +53,10 @@ public final class NativeLibraryLoader {
|
|||||||
}
|
}
|
||||||
|
|
||||||
WORKDIR = f;
|
WORKDIR = f;
|
||||||
logger.debug("-Dio.netty.netty.workdir: " + WORKDIR);
|
logger.debug("-Dio.netty.native.workdir: " + WORKDIR);
|
||||||
} else {
|
} else {
|
||||||
WORKDIR = tmpdir();
|
WORKDIR = tmpdir();
|
||||||
logger.debug("-Dio.netty.netty.workdir: " + WORKDIR + " (io.netty.tmpdir)");
|
logger.debug("-Dio.netty.native.workdir: " + WORKDIR + " (io.netty.tmpdir)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user