Skip to content

Commit 33da585

Browse files
committed
Use Logger
1 parent eceb654 commit 33da585

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/netbeans/modules/php/wordpress/commands/WordPressCli.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ public List<FrameworkCommand> getCommands(boolean isForce) {
350350
temp.deleteOnExit();
351351
}
352352
} catch (IOException ex) {
353-
Exceptions.printStackTrace(ex);
353+
LOGGER.log(WARNING, null, ex);
354354
}
355355
if (!COMMANDS_CACHE.isEmpty()) {
356356
return COMMANDS_CACHE;

0 commit comments

Comments
 (0)