mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-23 01:29:33 +00:00
outputting more information when unable to quick-load simulation
This commit is contained in:
parent
f8d7943735
commit
519f0468e7
@ -24,7 +24,7 @@
|
|||||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||||
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: GUI.java,v 1.15 2007/01/10 14:57:42 fros4943 Exp $
|
* $Id: GUI.java,v 1.16 2007/01/12 14:47:29 fros4943 Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package se.sics.cooja;
|
package se.sics.cooja;
|
||||||
@ -1662,7 +1662,7 @@ public class GUI {
|
|||||||
try {
|
try {
|
||||||
newSim = loadSimulationConfig(loadFile, quick);
|
newSim = loadSimulationConfig(loadFile, quick);
|
||||||
} catch (UnsatisfiedLinkError e) {
|
} catch (UnsatisfiedLinkError e) {
|
||||||
logger.warn("Could not reopen libraries");
|
logger.warn("Could not reopen libraries: " + e.getMessage());
|
||||||
newSim = null;
|
newSim = null;
|
||||||
}
|
}
|
||||||
if (newSim != null) {
|
if (newSim != null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user