Merge "Omaha #3549 improve acarssounding error message" into omaha_14.4.1

Former-commit-id: 09a044b9af [formerly 4d0cb95dfed73beeb51e15d753b76c315877d2ea]
Former-commit-id: 1ebcacee88
This commit is contained in:
Richard Peter 2014-09-02 12:32:39 -05:00 committed by Gerrit Code Review
commit 78550587d8

View file

@ -30,6 +30,8 @@ import com.raytheon.uf.common.time.util.TimeUtil;
* not discard sounding data
* based on altitude here
* Aug 18, 2014 3530 bclement removed TimeTools usage and dead code
* Sep 02, 2014 3549 njensen Improve error message
*
* </pre>
*/
@ -275,8 +277,9 @@ public final class ACARSSoundingTools {
try {
writer.close();
} catch (IOException ioe) {
logger.error("Error closing "
+ tailNumberFile.getName());
logger.error(
"Error closing " + tailNumberFile.getName(),
ioe);
}
}
}