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:
commit
78550587d8
1 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue