mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-02-23 13:29:08 +00:00
code formatting and more debugging output at radio medium failure
This commit is contained in:
parent
0f4a25c8ff
commit
3ace4c55cd
@ -26,7 +26,7 @@
|
|||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: CreateSimDialog.java,v 1.6 2007/08/21 08:54:48 fros4943 Exp $
|
* $Id: CreateSimDialog.java,v 1.7 2007/09/30 12:03:49 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja.dialogs;
|
package se.sics.cooja.dialogs;
|
||||||
@ -441,6 +441,7 @@ public class CreateSimDialog extends JDialog {
|
|||||||
mySimulation.setRadioMedium(radioMedium);
|
mySimulation.setRadioMedium(radioMedium);
|
||||||
} catch (Exception ex) {
|
} catch (Exception ex) {
|
||||||
logger.fatal("Exception when creating radio medium: " + ex);
|
logger.fatal("Exception when creating radio medium: " + ex);
|
||||||
|
ex.printStackTrace();
|
||||||
mySimulation.setRadioMedium(null);
|
mySimulation.setRadioMedium(null);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user