Omaha #3549 improve acarssounding error message
Change-Id: I850eb6bbcd825bee26f0e93226b10d077378dacf Former-commit-id: 16e66726bd5a8f20d6de21708c7f3372a046cea8
This commit is contained in:
parent
b229adbf38
commit
82ef4c1646
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