Changeset 436 for trunk/icedtea-web/plugin/icedteanp/IcedTeaPluginUtils.cc
- Timestamp:
- Oct 15, 2014, 10:44:36 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/icedtea-web/plugin/icedteanp/IcedTeaPluginUtils.cc
r429 r436 1207 1207 } 1208 1208 if (plugin_debug_to_console){ 1209 #ifdef __OS2__ 1210 if (debug_pipe[0] != -1){ 1211 PLUGIN_DEBUG("plugin_debug_to_console: true, pipe %d\n", debug_pipe[0]); 1212 } 1213 #else 1209 1214 if (debug_pipe_name){ 1210 1215 PLUGIN_DEBUG("plugin_debug_to_console: true, pipe %s\n", debug_pipe_name); … … 1212 1217 PLUGIN_DEBUG("plugin_debug_to_console: true, pipe not yet known or broken\n"); 1213 1218 } 1219 #endif 1214 1220 } else { 1215 1221 PLUGIN_DEBUG("plugin_debug_to_console: false\n");
Note:
See TracChangeset
for help on using the changeset viewer.