Changeset 442 for trunk/icedtea-web
- Timestamp:
- Nov 25, 2014, 7:18:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/netx/net/sourceforge/jnlp/util/logging/OutputController.java
r441 r442 347 347 348 348 private static SingleStreamLogger initSystemLogger() { 349 if (JNLPRuntime.OS_WIN ) {349 if (JNLPRuntime.OS_WIN || JNLPRuntime.OS_OS2) { 350 350 return new WinSystemLog(); 351 351 } else {
Note:
See TracChangeset
for help on using the changeset viewer.