Révision 3623
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/parameters/ParametersDialog.java (revision 3623) | ||
---|---|---|
136 | 136 |
if (propFile.exists()) { |
137 | 137 |
try { |
138 | 138 |
defaultValues.load(new FileReader(propFile)); |
139 |
Log.info("Retrieving previous macro parameters from " + propFile + " values=" + defaultValues.entrySet() + "...");
|
|
139 |
Log.fine("Retrieving previous macro parameters from " + propFile + " values=" + defaultValues.entrySet() + "...");
|
|
140 | 140 |
} |
141 | 141 |
catch (Throwable e) { |
142 | 142 |
Log.severe("Failed to load previous values from " + propFile + ": " + e); |
TXM/trunk/org.txm.rcp/src/main/java/org/txm/rcp/swt/widget/parameters/MacroParametersDialog.java (revision 3623) | ||
---|---|---|
108 | 108 |
if (propFile.exists()) { |
109 | 109 |
try { |
110 | 110 |
defaultValues.load(new FileReader(propFile)); |
111 |
Log.info("Retrieving previous macro parameters from " + propFile + " values=" + defaultValues.entrySet() + "...");
|
|
111 |
Log.fine("Retrieving previous macro parameters from " + propFile + " values=" + defaultValues.entrySet() + "...");
|
|
112 | 112 |
} |
113 | 113 |
catch (Exception e) { |
114 | 114 |
Log.severe("Failed to load previous values from " + propFile + ": " + e); |
Formats disponibles : Unified diff