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