Révision 1012

tmp/org.txm.core/src/java/org/txm/core/preferences/TXMPreferences.java (revision 1012)
806 806
			breader.close();
807 807
			return (Serializable)o;
808 808
		} catch (Exception e) {
809
			System.out.println("Error while loading bytes: "+e.getLocalizedMessage());
809
			Log.severe("Error while loading bytes: " + e.getLocalizedMessage());
810 810
			Log.printStackTrace(e);
811 811
		}
812 812
		return null;
......
1056 1056

  
1057 1057
		IEclipsePreferences preferences = scope.getNode(nodeQualifier);
1058 1058

  
1059
		str.append("Path = " +  preferences.absolutePath() + "\n"); //$NON-NLS-1$  //$NON-NLS-2$
1059
		str.append("Path = " +  preferences.absolutePath() + "\n"); //$NON-NLS-1$  //$NON-NLS-2$		
1060
		str.append("Name = " +  preferences.name() + "\n"); //$NON-NLS-1$  //$NON-NLS-2$
1060 1061

  
1061 1062
		try {
1062 1063
			String[] keys = preferences.keys();

Formats disponibles : Unified diff