Project

General

Profile

« Previous | Next » 

Revision 0fb3f8b8

Added by Leszek Koltunski about 2 months ago

  • ID 0fb3f8b81e9b8fca4a69030ce3b44f2973b35d64
  • Parent c6f467b1

Lint

View differences:

src/main/java/org/distorted/library/mesh/MeshBase.java
958 958
       }
959 959
     catch(Exception e)
960 960
       {
961
       DistortedLibrary.logMessage("MeshBase: Exception1 trying to read file: "+e.toString());
961
       DistortedLibrary.logMessage("MeshBase: Exception1 trying to read file: "+ e);
962 962
       return 0;
963 963
       }
964 964

  
......
986 986
         }
987 987
       catch(Exception e)
988 988
         {
989
         DistortedLibrary.logMessage("MeshBase: Exception2 trying to read file: "+e.toString());
989
         DistortedLibrary.logMessage("MeshBase: Exception2 trying to read file: "+ e);
990 990
         return 0;
991 991
         }
992 992

  
......
1146 1146
       }
1147 1147
     catch(IOException ex)
1148 1148
       {
1149
       DistortedLibrary.logMessage("MeshBase: IOException trying to write a mesh: "+ex.toString());
1149
       DistortedLibrary.logMessage("MeshBase: IOException trying to write a mesh: "+ ex);
1150 1150
       }
1151 1151
     }
1152 1152

  

Also available in: Unified diff