diff options
author | Jiri Vanek <[email protected]> | 2013-10-22 11:48:27 +0200 |
---|---|---|
committer | Jiri Vanek <[email protected]> | 2013-10-22 11:48:27 +0200 |
commit | b445a32bfff282734144340ad5ace7327ea37f9f (patch) | |
tree | 18429c8375a65d1d50b0bd22a3f3f2b65ab0757c /ChangeLog | |
parent | b0b42274135204239007ef8509ecef73fc47d1b7 (diff) |
More synchronized error/debug methods
* plugin/icedteanp/IcedTeaNPPlugin.cc: all occurrences of PLUGIN_ERROR_TWO and PLUGIN_ERROR_THREE replaced by PLUGIN_ERROR. PLUGIN_ERROR itself moved to
* plugin/icedteanp/IcedTeaPluginUtils.h: (PLUGIN_ERROR) new fuction, now uses ... arguments and printf with __VA_ARGS__ instead of g_printerr (PLUGIN_DEBUG) now prints to stdout, instead of stderr which is used by (PLUGIN_ERROR).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2013-10-22 Jiri Vanek <[email protected]> + + More synchronized error/debug methods + * plugin/icedteanp/IcedTeaNPPlugin.cc: all occurrences of PLUGIN_ERROR_TWO + and PLUGIN_ERROR_THREE replaced by PLUGIN_ERROR. PLUGIN_ERROR itself moved + to + * plugin/icedteanp/IcedTeaPluginUtils.h: (PLUGIN_ERROR) new fuction, + now uses ... arguments and printf with __VA_ARGS__ instead of g_printerr + (PLUGIN_DEBUG) now prints to stdout, instead of stderr which is used by + (PLUGIN_ERROR). + 2013-10-21 Jiri Vanek <[email protected]> Logic to extract main class attribute generalized to common methods. |