We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eceb654 commit 33da585Copy full SHA for 33da585
1 file changed
src/org/netbeans/modules/php/wordpress/commands/WordPressCli.java
@@ -350,7 +350,7 @@ public List<FrameworkCommand> getCommands(boolean isForce) {
350
temp.deleteOnExit();
351
}
352
} catch (IOException ex) {
353
- Exceptions.printStackTrace(ex);
+ LOGGER.log(WARNING, null, ex);
354
355
if (!COMMANDS_CACHE.isEmpty()) {
356
return COMMANDS_CACHE;
0 commit comments