On 01.11.2016 14:57, jump-pilot-...@lists.sourceforge.net wrote:
> Revision: 5137
>           http://sourceforge.net/p/jump-pilot/code/5137
> Author:   michaudm
> Date:     2016-11-01 13:57:35 +0000 (Tue, 01 Nov 2016)
> Log Message:
> -----------
> Fix #438 Exception while saving the project before closing application
> 
> Modified Paths:
> --------------
>     core/trunk/ChangeLog
>     core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java
> 
SNIP
> 
> Modified: 
> core/trunk/src/com/vividsolutions/jump/workbench/ui/WorkbenchFrame.java
> ===================================================================
SNIP
> @@ -1868,6 +1876,7 @@
>                      }
>  
>                  } catch (Exception e) {
> +                    e.printStackTrace();
>                      log(null, e);
>                  }
>  

hey Mike,

why do you print the stack here manually. the logger already does that for you 
if you deliver the stack.

..ede

------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today. http://sdm.link/xeonphi
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to