Revision: 5254
http://sourceforge.net/p/jump-pilot/code/5254
Author: edso
Date: 2016-12-13 13:00:58 +0000 (Tue, 13 Dec 2016)
Log Message:
-----------
be more verbose on errors
Modified Paths:
--------------
core/trunk/src/com/vividsolutions/jump/workbench/Logger.java
Modified: core/trunk/src/com/vividsolutions/jump/workbench/Logger.java
===================================================================
--- core/trunk/src/com/vividsolutions/jump/workbench/Logger.java
2016-12-10 18:57:52 UTC (rev 5253)
+++ core/trunk/src/com/vividsolutions/jump/workbench/Logger.java
2016-12-13 13:00:58 UTC (rev 5254)
@@ -134,7 +134,7 @@
// throw error on empty log entries
if (t == null && msg == null)
throw new IllegalArgumentException(
- "Logger: either message or throwable must be given.");
+ "Logger: either message or throwable must be given. "+element);
// use throwable's message if null message given
if (msg == null)
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Jump-pilot-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel