more debug info

cusax-fix
Emil Ivov 20 years ago
parent db15e39aa7
commit 2ccf2085bd

@ -81,7 +81,9 @@ public void actionPerformed(ActionEvent e) {
}
}
logger.debug( "Could not find contact for menu item "
+ menuItem.getName());
+ menuItem.getText() + ". contactsTable("
+ contactsTable.size()+") is : "
+ contactsTable);
}
/**

Loading…
Cancel
Save